Reorganize tests because we no longer cannonicalize X != 0 -> cast X to bool
authorChris Lattner <sabre@nondot.org>
Wed, 13 Aug 2003 05:27:57 +0000 (05:27 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Aug 2003 05:27:57 +0000 (05:27 +0000)
commit545513918a3031a4d0588f5960cbbe685a3e6bda
treea2c591de3a345a3f3e27dfd2730d8f9bf5592fc4
parentab04c365b817f01ee2b6cdeceb605e89a17db870
Reorganize tests because we no longer cannonicalize X != 0 -> cast X to bool
In fact, we plan to eliminate cast to bool entirely.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7805 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/add.ll
test/Transforms/InstCombine/and.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/set.ll
test/Transforms/InstCombine/sub.ll
test/Transforms/InstCombine/xor.ll