summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-09-23 18:42:32 +0000
committerDan Gohman <gohman@apple.com>2008-09-23 18:42:32 +0000
commited1cf1a8f10d820893af01bff073ffa9bb94c556 (patch)
tree710c0fd9d89261e7e94e323655f26331b34bcc13 /llvm/lib/Target/Sparc
parent4eb9956940e822a418b198a02366bedad11fec0c (diff)
downloadbcm5719-llvm-ed1cf1a8f10d820893af01bff073ffa9bb94c556.tar.gz
bcm5719-llvm-ed1cf1a8f10d820893af01bff073ffa9bb94c556.zip
Fix these enums' starting values to reflect the way that
instruction opcodes are now numbered. No functionality change. llvm-svn: 56497
Diffstat (limited to 'llvm/lib/Target/Sparc')
-rw-r--r--llvm/lib/Target/Sparc/SparcISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcISelLowering.h b/llvm/lib/Target/Sparc/SparcISelLowering.h
index ac3a7c0027d..d71f51c6e6c 100644
--- a/llvm/lib/Target/Sparc/SparcISelLowering.h
+++ b/llvm/lib/Target/Sparc/SparcISelLowering.h
@@ -21,7 +21,7 @@
namespace llvm {
namespace SPISD {
enum {
- FIRST_NUMBER = ISD::BUILTIN_OP_END+SP::INSTRUCTION_LIST_END,
+ FIRST_NUMBER = ISD::BUILTIN_OP_END,
CMPICC, // Compare two GPR operands, set icc.
CMPFCC, // Compare two FP operands, set fcc.
BRICC, // Branch to dest on icc condition
OpenPOWER on IntegriCloud