From efd94e6909996418ffa3a3a9402906936bc07500 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Sat, 17 Jul 2010 12:12:42 +0000 Subject: [PATCH] update CMakeLists.txt llvm-svn: 108620 --- lib/CodeGen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index ffeff1ee27a..078bb194382 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -67,6 +67,7 @@ add_llvm_library(LLVMCodeGen SjLjEHPrepare.cpp SlotIndexes.cpp Spiller.cpp + Splitter.cpp StackProtector.cpp StackSlotColoring.cpp StrongPHIElimination.cpp