fix inverted logic pointed out by John McCall, noticed by inspection.
authorChris Lattner <sabre@nondot.org>
Thu, 2 Jul 2009 15:39:39 +0000 (15:39 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 2 Jul 2009 15:39:39 +0000 (15:39 +0000)
commit62c762f329cb16783f19b075bb2fefe35b5d5879
tree0ff3133955bf7e2bfb68f277179902365cfc280e
parent9170d592ee1828211d65e5e4e7ad97abeea88c75
fix inverted logic pointed out by John McCall, noticed by inspection.

This was considering vector intrinsics to have cost 2, but non-vector
intrinsics to have cost 1, which is backward.

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