Add missing names for the XCore specific LADD and LSUB nodes.
authorRichard Osborne <richard@xmos.com>
Thu, 8 Oct 2009 17:14:57 +0000 (17:14 +0000)
committerRichard Osborne <richard@xmos.com>
Thu, 8 Oct 2009 17:14:57 +0000 (17:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83556 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/XCore/XCoreISelLowering.cpp

index 10d7730f5538e73704a009eb915c4068ff635d02..5ef56c9ff299f942fbdd7f67811ff01eea02d18a 100644 (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;
   }
 }