[llvm-commits] CVS: llvm/lib/VMCore/Instructions.cpp

Chris Lattner clattner at apple.com
Wed Apr 11 08:25:35 PDT 2007


On Apr 11, 2007, at 6:05 AM, Reid Spencer wrote:
> Instructions.cpp updated: 1.83 -> 1.84
> ---
> Log message:
>
> Fix a bug where ICmpInst objects instantiated directly with a name  
> would
> not retain that name. Not noticed because AsmParser always sets  
> name after
> construction. However, llvm2cpp noticed.
>

Nice, I was wondering why so many compares were missing names :)

-Chris



More information about the llvm-commits mailing list