From 2b82b7e77ee20eb601ea12f3ed2f686ab838f08f Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Sun, 2 Nov 2008 06:01:39 +0000 Subject: [PATCH] CMake: added a source file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58559 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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