From: Benjamin Kramer Date: Fri, 31 Jul 2009 00:35:23 +0000 (+0000) Subject: Fix cmake build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=376cd007ec2da67bddd15d68623e51a6e122869c;p=oota-llvm.git Fix cmake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77649 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 58c879e5d5f..34ff08fee15 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