Remove verification after PHIElimination when using LiveIntervals, and move it
[oota-llvm.git] / lib / CodeGen / PHIElimination.cpp
index 061c385765c8853458696302c75783b93ad73ad7..61122fcbc1ee8f5c72f099b9ad8c1b2092a95c19 100644 (file)
@@ -172,9 +172,6 @@ bool PHIElimination::runOnMachineFunction(MachineFunction &MF) {
   ImpDefs.clear();
   VRegPHIUseCount.clear();
 
-  if (LIS)
-    MF.verify(this, "After PHI elimination");
-
   return Changed;
 }