diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-10-13 18:48:07 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-10-13 18:48:07 +0000 |
commit | db9d3206c0752b5c461489bab75e977b2d4c867a (patch) | |
tree | a6a6ed41a10b72da25f7ffcdfb3a230070a211f6 | |
parent | 094f04b429c11547ed98d7a53dd3399db51083bd (diff) |
Update CMake file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84001 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Transforms/Utils/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/CMakeLists.txt b/lib/Transforms/Utils/CMakeLists.txt index 9966b4dba7..f4394ea64d 100644 --- a/lib/Transforms/Utils/CMakeLists.txt +++ b/lib/Transforms/Utils/CMakeLists.txt @@ -8,7 +8,6 @@ add_llvm_library(LLVMTransformUtils CloneModule.cpp CodeExtractor.cpp DemoteRegToStack.cpp - InlineCost.cpp InlineFunction.cpp InstructionNamer.cpp LCSSA.cpp |