From 376cd007ec2da67bddd15d68623e51a6e122869c Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 31 Jul 2009 00:35:23 +0000 Subject: [PATCH] Fix cmake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77649 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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