Fix these enums' starting values to reflect the way that
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.h
index fd595c9464ed61407ba07e58c0fc636da679c4c5..b19ce58d2b37bbbed7af7399df91a196c6233ca6 100644 (file)
@@ -24,7 +24,7 @@ namespace llvm {
   namespace MipsISD {
     enum NodeType {
       // Start the numbering from where ISD NodeType finishes.
-      FIRST_NUMBER = ISD::BUILTIN_OP_END+Mips::INSTRUCTION_LIST_END,
+      FIRST_NUMBER = ISD::BUILTIN_OP_END,
 
       // Jump and link (call)
       JmpLink,