projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a261e4
)
Add missing names for the XCore specific LADD and LSUB nodes.
author
Richard Osborne
<richard@xmos.com>
Thu, 8 Oct 2009 17:14:57 +0000
(17:14 +0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/lib/Target/XCore/XCoreISelLowering.cpp
b/lib/Target/XCore/XCoreISelLowering.cpp
index 10d7730f5538e73704a009eb915c4068ff635d02..5ef56c9ff299f942fbdd7f67811ff01eea02d18a 100644
(file)
--- a/
lib/Target/XCore/XCoreISelLowering.cpp
+++ b/
lib/Target/XCore/XCoreISelLowering.cpp
@@
-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;
}
}