[llvm-commits] [llvm] r40975 - /llvm/trunk/lib/CodeGen/SimpleRegisterCoalescing.cpp

Evan Cheng evan.cheng at apple.com
Thu Aug 9 16:54:50 PDT 2007


Something else changed. But not checked in. :-) Will fix. Thx.

Evan

On Aug 9, 2007, at 4:19 PM, Dale Johannesen wrote:

>
>> -            ValueNumberInfo[VN].def = RHSValNoInfo.def;
>> +            ValueNumberInfo[VN]->def = ~1U;  // Now this val# is
>> dead.
>
> Is .def equivalent to ->def here, or is this another change?
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list