Skip to content

Commit 24a6316

Browse files
committed
Some pretty-printing
llvm-svn: 90742
1 parent 1bcece7 commit 24a6316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/MSP430/MSP430ISelLowering.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@ const char *MSP430TargetLowering::getTargetNodeName(unsigned Opcode) const {
824824
switch (Opcode) {
825825
default: return NULL;
826826
case MSP430ISD::RET_FLAG: return "MSP430ISD::RET_FLAG";
827+
case MSP430ISD::RETI_FLAG: return "MSP430ISD::RETI_FLAG";
827828
case MSP430ISD::RRA: return "MSP430ISD::RRA";
828829
case MSP430ISD::RLA: return "MSP430ISD::RLA";
829830
case MSP430ISD::RRC: return "MSP430ISD::RRC";

0 commit comments

Comments
 (0)