Fix these enums' starting values to reflect the way that
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.h
index e514e0fff64af3e81d6974e4cdad7fea4f913c35..c0c22247ed76b48cbb19ce9a86ed404cc601bdfe 100644 (file)
@@ -24,7 +24,7 @@ namespace llvm {
   namespace PPCISD {
     enum NodeType {
       // Start the numbering where the builtin ops and target ops leave off.
-      FIRST_NUMBER = ISD::BUILTIN_OP_END+PPC::INSTRUCTION_LIST_END,
+      FIRST_NUMBER = ISD::BUILTIN_OP_END,
 
       /// FSEL - Traditional three-operand fsel node.
       ///