Remove a bogus check. Even terminators in a ifcvt need to be predicated. Unconditiona...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 1 Jun 2007 00:55:26 +0000 (00:55 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 1 Jun 2007 00:55:26 +0000 (00:55 +0000)
commitfe57a7e4df512f3a40b8ff463f5362a59908becc
treec0be5cfad52dac93883bfde5061143a053663c49
parent5f70218c7534d7214cc23b7151ab25771bd3151b
Remove a bogus check. Even terminators in a ifcvt need to be predicated. Unconditional branches can usually be converted to conditional ones.

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