diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2008-11-19 19:32:19 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-11-19 19:32:19 +0000 |
commit | eb22065a3593668d46abd1d9943e5b9ae8e02e50 (patch) | |
tree | 4c3f49447295d32d4995d9395267483e2847847e | |
parent | dfca407c795178cd55bc84e3a3975f4ec964a67d (diff) |
CMake: Removed source file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59662 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 9aced0362e..b678b2e377 100644 --- a/lib/Transforms/Utils/CMakeLists.txt +++ b/lib/Transforms/Utils/CMakeLists.txt @@ -7,7 +7,6 @@ add_llvm_library(LLVMTransformUtils CloneModule.cpp CloneTrace.cpp CodeExtractor.cpp - DbgInfoUtils.cpp DemoteRegToStack.cpp InlineCost.cpp InlineFunction.cpp |