summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PHIElimination.cpp
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2013-02-20 06:46:34 +0000
committerCameron Zwarich <zwarich@apple.com>2013-02-20 06:46:34 +0000
commit3673581de90a0aef72fe717c48f5cf5785473c59 (patch)
tree6f4c0ceda56d5b44d37b1e79e4d350b7e33a99e7 /llvm/lib/CodeGen/PHIElimination.cpp
parent68fbc4f64283372ecaae41e52bccfaf7d4240241 (diff)
downloadbcm5719-llvm-3673581de90a0aef72fe717c48f5cf5785473c59.tar.gz
bcm5719-llvm-3673581de90a0aef72fe717c48f5cf5785473c59.zip
Remove verification after PHIElimination when using LiveIntervals, and move it
after the two-address pass. The remaining problems in 'make check' are occurring later. llvm-svn: 175598
Diffstat (limited to 'llvm/lib/CodeGen/PHIElimination.cpp')
-rw-r--r--llvm/lib/CodeGen/PHIElimination.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/PHIElimination.cpp b/llvm/lib/CodeGen/PHIElimination.cpp
index 061c385765c..61122fcbc1e 100644
--- a/llvm/lib/CodeGen/PHIElimination.cpp
+++ b/llvm/lib/CodeGen/PHIElimination.cpp
@@ -172,9 +172,6 @@ bool PHIElimination::runOnMachineFunction(MachineFunction &MF) {
ImpDefs.clear();
VRegPHIUseCount.clear();
- if (LIS)
- MF.verify(this, "After PHI elimination");
-
return Changed;
}
OpenPOWER on IntegriCloud