diff options
author | Chris Lattner <sabre@nondot.org> | 2010-08-28 03:51:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-08-28 03:51:24 +0000 |
commit | 504e5100d30106850f1e059e27af4cae03425ac4 (patch) | |
tree | 537c8d142b44c50b8a1c334cba1338e7b529b109 /llvm/lib/Transforms/Utils/CMakeLists.txt | |
parent | a5217a19a4233cd601826f29801d13fcff2ef943 (diff) | |
download | bcm5719-llvm-504e5100d30106850f1e059e27af4cae03425ac4.tar.gz bcm5719-llvm-504e5100d30106850f1e059e27af4cae03425ac4.zip |
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.
llvm-svn: 112355
Diffstat (limited to 'llvm/lib/Transforms/Utils/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Transforms/Utils/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/CMakeLists.txt b/llvm/lib/Transforms/Utils/CMakeLists.txt index dec227acafd..61cbeb2bd35 100644 --- a/llvm/lib/Transforms/Utils/CMakeLists.txt +++ b/llvm/lib/Transforms/Utils/CMakeLists.txt @@ -20,7 +20,6 @@ add_llvm_library(LLVMTransformUtils Mem2Reg.cpp PromoteMemoryToRegister.cpp SSAUpdater.cpp - SSI.cpp SimplifyCFG.cpp UnifyFunctionExitNodes.cpp ValueMapper.cpp |