[llvm-commits] [llvm] r83556 - /llvm/trunk/lib/Target/XCore/XCoreISelLowering.cpp
Richard Osborne
richard at xmos.com
Thu Oct 8 10:14:57 PDT 2009
Author: friedgold
Date: Thu Oct 8 12:14:57 2009
New Revision: 83556
URL: http://llvm.org/viewvc/llvm-project?rev=83556&view=rev
Log:
Add missing names for the XCore specific LADD and LSUB nodes.
Modified:
llvm/trunk/lib/Target/XCore/XCoreISelLowering.cpp
Modified: llvm/trunk/lib/Target/XCore/XCoreISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/XCore/XCoreISelLowering.cpp?rev=83556&r1=83555&r2=83556&view=diff
==============================================================================
--- llvm/trunk/lib/Target/XCore/XCoreISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/XCore/XCoreISelLowering.cpp Thu Oct 8 12:14:57 2009
@@ -51,6 +51,8 @@
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;
}
}
More information about the llvm-commits
mailing list