Simplify PHI node elimination significantly by doing it as a prepass to
authorChris Lattner <sabre@nondot.org>
Sun, 15 Dec 2002 22:39:53 +0000 (22:39 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Dec 2002 22:39:53 +0000 (22:39 +0000)
commit8ed9eb5ca3bbbb90dad28e5e21f0359c4710e478
tree38eb3c105a9cc3674e84d2c1eebc7106242b1210
parentf4b95d94e2acd3bd82504087b93e6177f7a8bc58
Simplify PHI node elimination significantly by doing it as a prepass to
register allocation

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