diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-06-28 02:03:12 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-06-28 02:03:12 +0000 |
commit | 0b3b58df1bad0c0d05a36c943ea5ee9e8c9a5411 (patch) | |
tree | 02197efc5dd794f6d277a5a94169dc3d858938f4 /lib | |
parent | f3f955b5b9f2b4d5a21b18e1821dca52d0c178f4 (diff) | |
download | external_llvm-0b3b58df1bad0c0d05a36c943ea5ee9e8c9a5411.zip external_llvm-0b3b58df1bad0c0d05a36c943ea5ee9e8c9a5411.tar.gz external_llvm-0b3b58df1bad0c0d05a36c943ea5ee9e8c9a5411.tar.bz2 |
Fix CMake build by removing this now dead file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133981 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index dae429c..92319c8 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -59,7 +59,6 @@ add_llvm_library(LLVMCodeGen Passes.cpp PeepholeOptimizer.cpp PostRASchedulerList.cpp - PreAllocSplitting.cpp ProcessImplicitDefs.cpp PrologEpilogInserter.cpp PseudoSourceValue.cpp |