[llvm-commits] [llvm] r153975 - /llvm/trunk/lib/CodeGen/LiveRangeEdit.cpp

Pete Cooper peter_cooper at apple.com
Tue Apr 3 15:18:49 PDT 2012


Author: pete
Date: Tue Apr  3 17:18:49 2012
New Revision: 153975

URL: http://llvm.org/viewvc/llvm-project?rev=153975&view=rev
Log:
Removed one last bad continue statement meant to be removed in r153914.

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=153975&r1=153974&r2=153975&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LiveRangeEdit.cpp (original)
+++ llvm/trunk/lib/CodeGen/LiveRangeEdit.cpp Tue Apr  3 17:18:49 2012
@@ -286,7 +286,6 @@
     }
     
     if (BeingSpilled) continue;
-    if (!VRM) continue;
 
     // LI may have been separated, create new intervals.
     LI->RenumberValues(LIS);





More information about the llvm-commits mailing list