[llvm-commits] [llvm] r87028 - /llvm/trunk/include/llvm/Value.h
David Greene
dag at cray.com
Thu Nov 12 13:09:08 PST 2009
On Thursday 12 November 2009 15:06, you wrote:
> 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 :)
Aw %&$&! :) It wasn't there before, honest!
Will fix.
-Dave
More information about the llvm-commits
mailing list