Avoid if-converting simple block that ends with unconditional branch or fallthrough...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 19 Jun 2007 21:45:13 +0000 (21:45 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 19 Jun 2007 21:45:13 +0000 (21:45 +0000)
commit9ffd340daf00fb6e2bbfe6dafd5b7130070b1578
tree7f8501bdbe1d7b5d4cb93f1f736ee74f8db77840
parent277f0741c5ea123b30360c382a153df238c31cae
Avoid if-converting simple block that ends with unconditional branch or fallthrough unless it branches / falls to the 'false' block. Not profitable, may end up increasing code size.

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