Remove verification after PHIElimination when using LiveIntervals, and move it
authorCameron Zwarich <zwarich@apple.com>
Wed, 20 Feb 2013 06:46:34 +0000 (06:46 +0000)
committerCameron Zwarich <zwarich@apple.com>
Wed, 20 Feb 2013 06:46:34 +0000 (06:46 +0000)
commit3673581de90a0aef72fe717c48f5cf5785473c59
tree6f4c0ceda56d5b44d37b1e79e4d350b7e33a99e7
parent68fbc4f64283372ecaae41e52bccfaf7d4240241
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
llvm/lib/CodeGen/PHIElimination.cpp
llvm/lib/CodeGen/TwoAddressInstructionPass.cpp