From: Oscar Fuentes Date: Sun, 2 Nov 2008 06:01:39 +0000 (+0000) Subject: CMake: added a source file. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2b82b7e77ee20eb601ea12f3ed2f686ab838f08f;p=oota-llvm.git CMake: added a source file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58559 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/CMakeLists.txt b/lib/Transforms/IPO/CMakeLists.txt index c8d4ec67006..f168083324e 100644 --- a/lib/Transforms/IPO/CMakeLists.txt +++ b/lib/Transforms/IPO/CMakeLists.txt @@ -15,6 +15,7 @@ add_llvm_library(LLVMipo IPConstantPropagation.cpp LoopExtractor.cpp LowerSetJmp.cpp + MergeFunctions.cpp PartialSpecialization.cpp PruneEH.cpp RaiseAllocations.cpp