diff options
| author | Bill Wendling <isanbard@gmail.com> | 2010-08-10 05:16:06 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2010-08-10 05:16:06 +0000 |
| commit | 884514066e593ebf735c7f3e2407b78f86b77806 (patch) | |
| tree | 7e2b3a19f06a0eb563922c095b586afdbf2c1b16 /llvm/lib/CodeGen | |
| parent | 18ba0b4ac3b70f1b9e844a1867a202dd4a998644 (diff) | |
| download | bcm5719-llvm-884514066e593ebf735c7f3e2407b78f86b77806.tar.gz bcm5719-llvm-884514066e593ebf735c7f3e2407b78f86b77806.zip | |
Update CMake...sorry for the breakage.
llvm-svn: 110654
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 46eace16276..a1e270e6128 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -42,11 +42,10 @@ add_llvm_library(LLVMCodeGen MachineVerifier.cpp ObjectCodeEmitter.cpp OcamlGC.cpp - OptimizeCmps.cpp - OptimizeExts.cpp OptimizePHIs.cpp PHIElimination.cpp Passes.cpp + PeepholeOptimizer.cpp PostRAHazardRecognizer.cpp PostRASchedulerList.cpp PreAllocSplitting.cpp |

