Forgot to remove a register from the PHI-union after I'd determined that it
authorOwen Anderson <resistor@mac.com>
Wed, 12 Dec 2007 01:25:08 +0000 (01:25 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 12 Dec 2007 01:25:08 +0000 (01:25 +0000)
commited2ffa25a18db3e9537bf919140f688bc415a055
treeb1635b8c3fa0ae96c4e0990a82ce3540a48c7aeb
parent1ae6135fa37eb061499d079b9b33dc82dcc1283f
Forgot to remove a register from the PHI-union after I'd determined that it
interfered with other registers.  Seems like that might be a good thing to do. :-)

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