fix a nasty variable that was shadowing the real CurBB but with the wrong value.
authorChris Lattner <sabre@nondot.org>
Wed, 9 Dec 2009 01:19:16 +0000 (01:19 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 9 Dec 2009 01:19:16 +0000 (01:19 +0000)
commitd632988eea4dcda2c81fc3600b82f405f00707a6
tree6f45e145eabfba7fce832e5f72f9d762a84e915a
parentde2ace1758286f8442a13532d9cd7d3c4cce47ef
fix a nasty variable that was shadowing the real CurBB but with the wrong value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90920 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/PHITransAddr.cpp