a previous patch completely disabled trivial unswitching, this fixees it.
authorChris Lattner <sabre@nondot.org>
Sat, 18 Feb 2006 01:32:04 +0000 (01:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Feb 2006 01:32:04 +0000 (01:32 +0000)
commitcaf489353605905fce38b7033987010bad910b57
tree34f128979d7a4c20475f9b7ae4df669215519e9b
parentf4412d890dd20af78120a793c973f319e4b506ea
a previous patch completely disabled trivial unswitching, this fixees it.
Thanks to nate for pointing this out :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26280 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopUnswitch.cpp