We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bcece7 commit 24a6316Copy full SHA for 24a6316
llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
@@ -824,6 +824,7 @@ const char *MSP430TargetLowering::getTargetNodeName(unsigned Opcode) const {
824
switch (Opcode) {
825
default: return NULL;
826
case MSP430ISD::RET_FLAG: return "MSP430ISD::RET_FLAG";
827
+ case MSP430ISD::RETI_FLAG: return "MSP430ISD::RETI_FLAG";
828
case MSP430ISD::RRA: return "MSP430ISD::RRA";
829
case MSP430ISD::RLA: return "MSP430ISD::RLA";
830
case MSP430ISD::RRC: return "MSP430ISD::RRC";
0 commit comments