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)
commit767e04307f70cad9e2ba46b3812504ee1d8c1721
tree2ccedb9a6c0fc67e1aeb277ed1590cfa3792853d
parent2650a82cc4166237f698e3bbc315739e43180431
Remove verification after PHIElimination when using LiveIntervals, and move it
after the two-address pass. The remaining problems in 'make check' are occurring
later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175598 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/PHIElimination.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp