Some pretty-printing
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 7 Dec 2009 02:28:41 +0000 (02:28 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 7 Dec 2009 02:28:41 +0000 (02:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90742 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MSP430/MSP430ISelLowering.cpp

index 351e83f84eee0fe6c03108d67f4795f2962fe96e..5012791d38032bd779b48fcdd6435495bcea7f92 100644 (file)
@@ -824,6 +824,7 @@ const char *MSP430TargetLowering::getTargetNodeName(unsigned Opcode) const {
   switch (Opcode) {
   default: return NULL;
   case MSP430ISD::RET_FLAG:           return "MSP430ISD::RET_FLAG";
+  case MSP430ISD::RETI_FLAG:          return "MSP430ISD::RETI_FLAG";
   case MSP430ISD::RRA:                return "MSP430ISD::RRA";
   case MSP430ISD::RLA:                return "MSP430ISD::RLA";
   case MSP430ISD::RRC:                return "MSP430ISD::RRC";