[llvm-commits] [llvm] r87028 - /llvm/trunk/include/llvm/Value.h

Anton Korobeynikov anton at korobeynikov.info
Thu Nov 12 13:06:56 PST 2009


Hello, David

> @@ -226,7 +226,9 @@
>     PseudoSourceValueVal,     // This is an instance of PseudoSourceValue
>     FixedStackPseudoSourceValueVal, // This is an instance of PseudoSourceValue
>     InstructionVal,           // This is an instance of Instruction
> -
> +    FixedStackPseudoSourceValueVal, // This is an instance of
> +                                    // FixedStackPseudoSourceValue
> +
Sounds like duplicate enum value. Please check before commit :)

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list