These tests should not run -dce pass to cleanup instcombine.
authorChris Lattner <sabre@nondot.org>
Fri, 2 Aug 2002 19:27:58 +0000 (19:27 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Aug 2002 19:27:58 +0000 (19:27 +0000)
commit4a6e4b30b44048cdc7277b3d0264e71e47b5611c
treeb5a74c0d9016473c5e23e93de27af920558bffe4
parentc7f9637a9d6359a3898531e7266fcb370da770c1
These tests should not run -dce pass to cleanup instcombine.
If instcombine is making dead instructions, ALL that should be used is -die

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3221 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
test/Transforms/InstCombine/2002-08-02-CastTest.ll
test/Transforms/InstCombine/add.ll
test/Transforms/InstCombine/and.ll
test/Transforms/InstCombine/cast-set.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/div.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/mul.ll
test/Transforms/InstCombine/not.ll
test/Transforms/InstCombine/or.ll
test/Transforms/InstCombine/rem.ll
test/Transforms/InstCombine/set.ll
test/Transforms/InstCombine/shift.ll
test/Transforms/InstCombine/sub.ll