constprop doesn't delete dead instructions, it just makes them dead.
authorChris Lattner <sabre@nondot.org>
Tue, 7 May 2002 20:25:44 +0000 (20:25 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 7 May 2002 20:25:44 +0000 (20:25 +0000)
commit0a1581bfa897183157b891b4b514e5186e06ca45
tree95590e6538603b6010669aac74c009b82b51d86c
parente473a34caf58da20a97982ee6f9ea41b89c949ad
constprop doesn't delete dead instructions, it just makes them dead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2540 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/ConstProp/basictest.ll
test/Transforms/ConstProp/nottest.ll
test/Transforms/ConstProp/remtest.ll