The instruction combining pass removes dead instructions, there is no need
authorChris Lattner <sabre@nondot.org>
Sat, 28 Feb 2004 05:26:06 +0000 (05:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Feb 2004 05:26:06 +0000 (05:26 +0000)
commitefd74a0159800d8874aec3b4e3c7353a95ab854e
tree0b4f29141e9d3e8b51ad2bdabefed264299cde22
parent7bcc0e7fff17376c0760e1d37b2ca779c2440c25
The instruction combining pass removes dead instructions, there is no need
to run the die pass after it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11942 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/2002-08-02-CastTest.ll
test/Transforms/InstCombine/add.ll
test/Transforms/InstCombine/call.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/malloc.ll
test/Transforms/InstCombine/not.ll
test/Transforms/InstCombine/phi.ll
test/Transforms/InstCombine/sub.ll