Don't change CFG during analysis stage. Do so during ifcvt and invalidate predecessor...
authorEvan Cheng <evan.cheng@apple.com>
Sat, 9 Jun 2007 01:03:43 +0000 (01:03 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 9 Jun 2007 01:03:43 +0000 (01:03 +0000)
commit1c9f91d7b2653dc730a80f49ac3b6e2b9d6ca236
tree397d7596ee7315516f3ec197adc89ce4f5c9861d
parentb8b873cb7d7511ac6f58a40e324857a0d879bcf5
Don't change CFG during analysis stage. Do so during ifcvt and invalidate predecessors accordingly.

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