[llvm-commits] [llvm] r45815 - /llvm/trunk/lib/CodeGen/LiveIntervalAnalysis.cpp

Chris Lattner clattner at apple.com
Thu Jan 10 10:38:35 PST 2008


On Jan 10, 2008, at 12:12 AM, Owen Anderson wrote:

>
> On Jan 10, 2008, at 1:41 AM, Evan Cheng wrote:
>>>>>
>>>>> +      MachineRegisterInfo& MRI = mbb->getParent()->getRegInfo();
>>>>
>>>> I think that MRI should become and ivar in liveintervalanalysis.
>>
>> Yes, there is an ivar mri_.
>
> No, it doesn't.  That's an MRegisterInfo, not a  
> MachineRegisterInfo.  No wonder you backend people are crazy...

... if only someone would rename MRegisterInfo -> TargetRegisterInfo  
the world would be a happier place :)

-Chris



More information about the llvm-commits mailing list