[llvm] r184570 - whitespace
Andrew Trick
atrick at apple.com
Fri Jun 21 11:33:14 PDT 2013
Author: atrick
Date: Fri Jun 21 13:33:14 2013
New Revision: 184570
URL: http://llvm.org/viewvc/llvm-project?rev=184570&view=rev
Log:
whitespace
Modified:
llvm/trunk/lib/CodeGen/LiveRangeEdit.cpp
Modified: llvm/trunk/lib/CodeGen/LiveRangeEdit.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LiveRangeEdit.cpp?rev=184570&r1=184569&r2=184570&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LiveRangeEdit.cpp (original)
+++ llvm/trunk/lib/CodeGen/LiveRangeEdit.cpp Fri Jun 21 13:33:14 2013
@@ -331,7 +331,7 @@ void LiveRangeEdit::eliminateDeadDefs(Sm
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(Sm
break;
}
}
-
+
if (BeingSpilled) continue;
// LI may have been separated, create new intervals.
More information about the llvm-commits
mailing list