If true / false blocks fallthrough before ifcvt, add unconditional branches to ifcvt...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 18 May 2007 01:55:58 +0000 (01:55 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 18 May 2007 01:55:58 +0000 (01:55 +0000)
commit47d25020728d23ca62a805963e3b0885a4df1bc6
tree33a7955e07c72aeee588f9e04bbfe4f0569e6ee5
parentdcc50a4aeee13e5bb7aec9f6a2e5ca80ef54c40d
If true / false blocks fallthrough before ifcvt, add unconditional branches to ifcvt'd block.

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