[llvm-commits] [llvm] r153914 - in /llvm/trunk: include/llvm/CodeGen/LiveRangeEdit.h lib/CodeGen/LiveRangeEdit.cpp

Peter Cooper peter_cooper at apple.com
Tue Apr 3 15:19:21 PDT 2012


Oops!  Thanks Jakob.  Done in r153975.

Pete
On Apr 2, 2012, at 6:23 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:

> 
> On Apr 2, 2012, at 5:28 PM, Pete Cooper wrote:
> 
>> @@ -270,8 +272,6 @@
>>       delegate_->LRE_WillShrinkVirtReg(LI->reg);
>>     if (!LIS.shrinkToUses(LI, &Dead))
>>       continue;
>> -    if (!VRM)
>> -      continue;
>> 
>>     // Don't create new intervals for a register being spilled.
>>     // The new intervals would have to be spilled anyway so its not worth it.
> 
> Missed one further down.
> 
> /jakob
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120403/f02abca6/attachment.html>


More information about the llvm-commits mailing list