From 218388fb8d87c037eb019f339faff711dd03eb6f Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 31 Jul 2009 00:35:23 +0000 Subject: [PATCH] Fix cmake build. llvm-svn: 77649 --- llvm/lib/CodeGen/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 58c879e..34ff08f 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/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 -- 2.7.4