diff options
| author | Ted Kremenek <kremenek@apple.com> | 2010-06-15 04:08:14 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2010-06-15 04:08:14 +0000 |
| commit | d52caa52442f63b3f0ed83827742eee97334a6d0 (patch) | |
| tree | a21c7b7adc7ea0395c67202df81bc6cf95571304 | |
| parent | c338ef2b655785c37e3f04200573be9967e2ea58 (diff) | |
| download | bcm5719-llvm-d52caa52442f63b3f0ed83827742eee97334a6d0.tar.gz bcm5719-llvm-d52caa52442f63b3f0ed83827742eee97334a6d0.zip | |
Update CMake build.
llvm-svn: 105987
| -rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 3e38872a36d..7c8a843adb9 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -1,6 +1,6 @@ add_llvm_library(LLVMCodeGen - Analysis.cpp AggressiveAntiDepBreaker.cpp + Analysis.cpp BranchFolding.cpp CalcSpillWeights.cpp CodePlacementOpt.cpp @@ -9,7 +9,6 @@ add_llvm_library(LLVMCodeGen DwarfEHPrepare.cpp ELFCodeEmitter.cpp ELFWriter.cpp - ExactHazardRecognizer.cpp GCMetadata.cpp GCMetadataPrinter.cpp GCStrategy.cpp @@ -45,6 +44,7 @@ add_llvm_library(LLVMCodeGen OptimizePHIs.cpp PHIElimination.cpp Passes.cpp + PostRAHazardRecognizer.cpp PostRASchedulerList.cpp PreAllocSplitting.cpp ProcessImplicitDefs.cpp |

