From: Oscar Fuentes Date: Tue, 21 Oct 2008 02:37:50 +0000 (+0000) Subject: CMake: updated lib/CodeGen/CMakeLists.txt X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7334b1521018651bf04d3da8d612cc9f2da506a8;p=oota-llvm.git CMake: updated lib/CodeGen/CMakeLists.txt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57869 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 757d3ed0215..b5d3e263cfa 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -30,6 +30,7 @@ add_llvm_library(LLVMCodeGen PHIElimination.cpp Passes.cpp PostRASchedulerList.cpp + PreAllocSplitting.cpp PrologEpilogInserter.cpp PseudoSourceValue.cpp RegAllocBigBlock.cpp