Initial checkin. Should print dead instructions, except it doesn't do
authorChris Lattner <sabre@nondot.org>
Sat, 30 Jun 2001 06:39:11 +0000 (06:39 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 30 Jun 2001 06:39:11 +0000 (06:39 +0000)
commit02e90d59c8aa99c2c921a7f82a5fc9019efb98e6
treefd789984d40611d684ea10ecf1d115aaa3a14c96
parent95781b6ca95ec63364853037fe974f0d827c4d5e
Initial checkin.  Should print dead instructions, except it doesn't do
control dependencies.  :(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/ADCE.cpp [new file with mode: 0644]