mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Some pretty-printing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c3436a67a
commit
6bfcba7e13
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user