Fix these enums' starting values to reflect the way that
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index 221276743a59861d3f24e7c0086d0d0de5b429db..96d829c583eb7806ff4a898fcf1fc4d6dd63b842 100644 (file)
@@ -28,7 +28,7 @@ namespace llvm {
     // X86 Specific DAG Nodes
     enum NodeType {
       // Start the numbering where the builtin ops leave off.
-      FIRST_NUMBER = ISD::BUILTIN_OP_END+X86::INSTRUCTION_LIST_END,
+      FIRST_NUMBER = ISD::BUILTIN_OP_END,
 
       /// BSF - Bit scan forward.
       /// BSR - Bit scan reverse.