summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-12-07 02:28:41 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-12-07 02:28:41 +0000
commit24a6316aaa7c7efcd72f96dd20643996be6d3554 (patch)
tree7e5d62e20e50c743523e6b0d20787b1bdc84c28b /llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
parent1bcece70bd8c441616c54abe70eb510fb56f01ec (diff)
downloadbcm5719-llvm-24a6316aaa7c7efcd72f96dd20643996be6d3554.tar.gz
bcm5719-llvm-24a6316aaa7c7efcd72f96dd20643996be6d3554.zip
Some pretty-printing
llvm-svn: 90742
Diffstat (limited to 'llvm/lib/Target/MSP430/MSP430ISelLowering.cpp')
-rw-r--r--llvm/lib/Target/MSP430/MSP430ISelLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp b/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
index 351e83f84ee..5012791d380 100644
--- a/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
+++ b/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
@@ -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";
OpenPOWER on IntegriCloud