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:
0b1a395
)
no need to add the instruction count anymore.
author
Chris Lattner
<sabre@nondot.org>
Mon, 15 Feb 2010 06:38:41 +0000
(06:38 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 15 Feb 2010 06:38:41 +0000
(06:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96212
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/XCore/XCoreISelLowering.h
patch
|
blob
|
history
diff --git
a/lib/Target/XCore/XCoreISelLowering.h
b/lib/Target/XCore/XCoreISelLowering.h
index f7b620e5fba2b83555fc82bf44bf905805e3d4f2..5095f3638b59a6ef236ab2a66211b5ce9cc9be71 100644
(file)
--- a/
lib/Target/XCore/XCoreISelLowering.h
+++ b/
lib/Target/XCore/XCoreISelLowering.h
@@
-28,7
+28,7
@@
namespace llvm {
namespace XCoreISD {
enum NodeType {
// Start the numbering where the builtin ops and target ops leave off.
- FIRST_NUMBER = ISD::BUILTIN_OP_END
+XCore::INSTRUCTION_LIST_END
,
+ FIRST_NUMBER = ISD::BUILTIN_OP_END,
// Branch and link (call)
BL,