From 7334b1521018651bf04d3da8d612cc9f2da506a8 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Tue, 21 Oct 2008 02:37:50 +0000 Subject: [PATCH] CMake: updated lib/CodeGen/CMakeLists.txt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57869 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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