diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-12-07 02:28:41 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-12-07 02:28:41 +0000 |
commit | 6bfcba7e137113e5f38cc4f937ad61cc7253ec74 (patch) | |
tree | 5925007e1306da50045e9657aaf1196b798b8f1a | |
parent | 1c3436a67afcfaee5f972836ff1ffff2985adce1 (diff) | |
download | external_llvm-6bfcba7e137113e5f38cc4f937ad61cc7253ec74.zip external_llvm-6bfcba7e137113e5f38cc4f937ad61cc7253ec74.tar.gz external_llvm-6bfcba7e137113e5f38cc4f937ad61cc7253ec74.tar.bz2 |
Some pretty-printing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90742 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/MSP430/MSP430ISelLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/MSP430/MSP430ISelLowering.cpp b/lib/Target/MSP430/MSP430ISelLowering.cpp index 351e83f..5012791d3 100644 --- a/lib/Target/MSP430/MSP430ISelLowering.cpp +++ b/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"; |