Fix a problem that occurs when PHI nodes have multiple entries for the same predecessor
authorChris Lattner <sabre@nondot.org>
Sun, 15 Dec 2002 20:48:03 +0000 (20:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Dec 2002 20:48:03 +0000 (20:48 +0000)
commit3f91ad7ba72777e338a657900ce5536d4a0a68e3
treefff47717545993049578766dd535c58c784a5258
parentda7e453aac1af4a533dd73fc9e92911c863429a3
Fix a problem that occurs when PHI nodes have multiple entries for the same predecessor

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