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 | d4df64d15fda9afdbb8ae6cb010f0baf72a16dfe (patch) | |
tree | aff7469138e17ca90d45f7df1fc2b33726638421 | |
parent | ec345b7ecbd85beb89651d78ca169c66a6200e2c (diff) | |
download | bcm5719-llvm-d4df64d15fda9afdbb8ae6cb010f0baf72a16dfe.tar.gz bcm5719-llvm-d4df64d15fda9afdbb8ae6cb010f0baf72a16dfe.zip |
no need to add the instruction count anymore.
llvm-svn: 96212
-rw-r--r-- | llvm/lib/Target/XCore/XCoreISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/XCoreISelLowering.h b/llvm/lib/Target/XCore/XCoreISelLowering.h index f7b620e5fba..5095f3638b5 100644 --- a/llvm/lib/Target/XCore/XCoreISelLowering.h +++ b/llvm/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, |