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

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Apr 2 18:23:47 PDT 2012


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/20120402/efccb330/attachment.html>


More information about the llvm-commits mailing list