From: Andrew Trick Date: Fri, 21 Jun 2013 18:33:14 +0000 (+0000) Subject: whitespace X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=005622ffae7e6386c27a65a8789bb8d0d773f5d8;p=oota-llvm.git whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184570 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LiveRangeEdit.cpp b/lib/CodeGen/LiveRangeEdit.cpp index b1de6a09fe3..ee1e8de3bd2 100644 --- a/lib/CodeGen/LiveRangeEdit.cpp +++ b/lib/CodeGen/LiveRangeEdit.cpp @@ -331,7 +331,7 @@ void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl &Dead, TheDelegate->LRE_WillShrinkVirtReg(LI->reg); if (!LIS.shrinkToUses(LI, &Dead)) 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. // Also they currently aren't spilled so creating them and not spilling @@ -343,7 +343,7 @@ void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl &Dead, break; } } - + if (BeingSpilled) continue; // LI may have been separated, create new intervals.