Fix code that break critical edges for PHI uses. Watch out for multiple PHIs in diffe...
authorEvan Cheng <evan.cheng@apple.com>
Sat, 18 Sep 2010 06:42:17 +0000 (06:42 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 18 Sep 2010 06:42:17 +0000 (06:42 +0000)
commit2399786b279b6db7077ac36020153714530365df
treee558b1194c1c892f21827abbcc6c9d3647c48623
parent14ac1dd2be4f72ae1e48a1fd1c2f9bedc7f980e2
Fix code that break critical edges for PHI uses. Watch out for multiple PHIs in different blocks.

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