Fix a really nasty bug from my changes on Monday to PHIElim. These changes
authorChris Lattner <sabre@nondot.org>
Wed, 12 May 2004 21:47:57 +0000 (21:47 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 May 2004 21:47:57 +0000 (21:47 +0000)
commitbee887211b603a7e19bf72a4c04e120b47ad82e9
tree9eee128438871f241f1c175e000835df1e2ff9de
parent6df9e2ca7049a7b79579a70b0178b7de4b5cd754
Fix a really nasty bug from my changes on Monday to PHIElim.  These changes
broke obsequi and a lot of other things.  It all boiled down to MBB being
overloaded in an inner scope and me confusing it with the one in the outer
scope.  Ugh!

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