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

Dale Johannesen dalej at apple.com
Thu Aug 9 16:19:09 PDT 2007


> -            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?




More information about the llvm-commits mailing list