diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-15 06:38:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-15 06:38:41 +0000 |
commit | 020bb08026943944166a3650eb2633c614e6d964 (patch) | |
tree | fac0acea87ebcf3f5504ba335341414642319613 | |
parent | 0b1a39577b9344b4c1cd38047489dc1ed3aebe9e (diff) |
no need to add the instruction count anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96212 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/XCore/XCoreISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/XCore/XCoreISelLowering.h b/lib/Target/XCore/XCoreISelLowering.h index f7b620e5fb..5095f3638b 100644 --- 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, |