[llvm-commits] [llvm] r95749 - /llvm/trunk/lib/CodeGen/LiveIntervalAnalysis.cpp
Chris Lattner
clattner at apple.com
Wed Feb 10 11:16:22 PST 2010
On Feb 10, 2010, at 10:42 AM, Dale Johannesen wrote:
>
> On Feb 9, 2010, at 6:02 PMPST, Chris Lattner wrote:
>
>>
>> On Feb 9, 2010, at 5:31 PM, Dale Johannesen wrote:
>>
>>> Author: johannes
>>> Date: Tue Feb 9 19:31:26 2010
>>> New Revision: 95749
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=95749&view=rev
>>> Log:
>>> Rewrite loop to suit Chris' preference.
>>
>> The second !mi->isDebugValue() you added is now dead.
>
> That is needed for the case where a block ends with DEBUG_VALUE. Without that check baseIndex would point too far ahead after the loop.
Ok, thanks for checking!
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100210/3e80f055/attachment.html>
More information about the llvm-commits
mailing list