Catch ~x < cst just like ~x < ~y, we currently handle this through
authorChris Lattner <sabre@nondot.org>
Sat, 15 Jan 2011 05:41:33 +0000 (05:41 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 15 Jan 2011 05:41:33 +0000 (05:41 +0000)
commitfdb5b01df486f8fca44927a38dc9763e9d538e4c
tree9dc5db6d18a00ec27524e60a999243865270b42c
parent28621cb36f1d5c761dc5b493c501b4c7252fe5dc
Catch ~x < cst  just like ~x < ~y, we currently handle this through
means that are about to disappear.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123515 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCompares.cpp