If a unconditional branch is added to branch to the false path during ifcvt, the...
authorEvan Cheng <evan.cheng@apple.com>
Wed, 6 Jun 2007 02:08:52 +0000 (02:08 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 6 Jun 2007 02:08:52 +0000 (02:08 +0000)
commit3d6f60ec19e8c29d2b06eadb992c3b8380d60585
tree99fcbccf09b9ca102d47b0b34f92f4358cadfd3f
parent12112af5e8ed414ecc272bbd7ce835f87b36c98a
If a unconditional branch is added to branch to the false path during ifcvt, the predicated block cannot be iteratively ifcvted.

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