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 | 137c7ead2e7cf242bee644631ab405053a7895b0 (patch) | |
tree | 731eabe4304281dd16e5232ed563ed48d0d11ff1 /llvm/lib/CodeGen | |
parent | e2a1b169630fa3903380e7935759b7bed5960377 (diff) | |
download | bcm5719-llvm-137c7ead2e7cf242bee644631ab405053a7895b0.tar.gz bcm5719-llvm-137c7ead2e7cf242bee644631ab405053a7895b0.zip |
Fix CMake build by removing this now dead file.
llvm-svn: 133981
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index dae429c31d5..92319c85bd2 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/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 |