diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-27 03:56:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-27 03:56:43 +0000 |
commit | 9d0235dc6b832f9ec486d379799f60ae74e3d700 (patch) | |
tree | da1c6ce65c0caab19f0774e41e09c886bdbe9af6 /llvm/lib/Transforms/Utils/CMakeLists.txt | |
parent | 55243168df9004e1299f2ab08d64e815cdf52c44 (diff) | |
download | bcm5719-llvm-9d0235dc6b832f9ec486d379799f60ae74e3d700.tar.gz bcm5719-llvm-9d0235dc6b832f9ec486d379799f60ae74e3d700.zip |
remove CloneTrace, which appears to be dead since 2004.
llvm-svn: 80201
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 e11aca164ef..aca4bca500b 100644 --- a/llvm/lib/Transforms/Utils/CMakeLists.txt +++ b/llvm/lib/Transforms/Utils/CMakeLists.txt @@ -6,7 +6,6 @@ add_llvm_library(LLVMTransformUtils CloneFunction.cpp CloneLoop.cpp CloneModule.cpp - CloneTrace.cpp CodeExtractor.cpp DemoteRegToStack.cpp InlineCost.cpp |