remove the ABCD and SSI passes. They don't have any clients that
authorChris Lattner <sabre@nondot.org>
Sat, 28 Aug 2010 03:51:24 +0000 (03:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Aug 2010 03:51:24 +0000 (03:51 +0000)
commit5f88af537637831451ff9ffa08c597e05e7dc9fb
treee9c250c2119d44eff4be2827c1a6e6da1a4302b8
parent5f8a87dd766196a259d3f670d928641ca3b00e95
remove the ABCD and SSI passes.  They don't have any clients that
I'm aware of, aren't maintained, and LVI will be replacing their value.
nlewycky approved this on irc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112355 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Utils/SSI.h [deleted file]
lib/Transforms/Scalar/ABCD.cpp [deleted file]
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/SSI.cpp [deleted file]
test/Transforms/ABCD/basic.ll [deleted file]
test/Transforms/ABCD/dg.exp [deleted file]
test/Transforms/SSI/2009-07-09-Invoke.ll [deleted file]
test/Transforms/SSI/2009-08-15-UnreachableBB.ll [deleted file]
test/Transforms/SSI/2009-08-17-CritEdge.ll [deleted file]
test/Transforms/SSI/2009-08-19-UnreachableBB2.ll [deleted file]
test/Transforms/SSI/dg.exp [deleted file]
test/Transforms/SSI/ssiphi.ll [deleted file]