Checking the wrong value. This caused us to emit silly code like
authorChris Lattner <sabre@nondot.org>
Wed, 15 Feb 2006 19:05:52 +0000 (19:05 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Feb 2006 19:05:52 +0000 (19:05 +0000)
commit3fdde110eb55116242f9c7dd9e687cbd102beb7c
tree6be7fd706ce6fae2703fff411561ce04ccd5efd3
parent19fd628e5c96383a156ee5c7b781f8693688e0ae
Checking the wrong value.  This caused us to emit silly code like
Y = seteq bool X, true
instead of just using X :)

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