1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Add missing names for the XCore specific LADD and LSUB nodes.

llvm-svn: 83556
This commit is contained in:
Richard Osborne 2009-10-08 17:14:57 +00:00
parent 68e044e81a
commit 5e56dfa489

View File

@ -51,6 +51,8 @@ getTargetNodeName(unsigned Opcode) const
case XCoreISD::CPRelativeWrapper : return "XCoreISD::CPRelativeWrapper";
case XCoreISD::STWSP : return "XCoreISD::STWSP";
case XCoreISD::RETSP : return "XCoreISD::RETSP";
case XCoreISD::LADD : return "XCoreISD::LADD";
case XCoreISD::LSUB : return "XCoreISD::LSUB";
default : return NULL;
}
}