aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-07-31 00:35:23 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-07-31 00:35:23 +0000
commit376cd007ec2da67bddd15d68623e51a6e122869c (patch)
tree109a2b24890fc02fe73ac737a7e645c6253ea5be
parent49fe6c914c5f356a97619046384d7ceb2cb5187e (diff)
Fix cmake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77649 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index 58c879e5d5..34ff08fee1 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -40,7 +40,6 @@ add_llvm_library(LLVMCodeGen
PreAllocSplitting.cpp
PrologEpilogInserter.cpp
PseudoSourceValue.cpp
- RegAllocBigBlock.cpp
RegAllocLinearScan.cpp
RegAllocLocal.cpp
RegAllocPBQP.cpp