diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2008-11-02 06:01:39 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-11-02 06:01:39 +0000 |
commit | 2b82b7e77ee20eb601ea12f3ed2f686ab838f08f (patch) | |
tree | 8318ffd771cfb98109489314234ef685ed5198a8 /lib/Transforms | |
parent | 49d2275e51b4de63d00def5b629e64239db00eba (diff) |
CMake: added a source file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58559 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/IPO/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/IPO/CMakeLists.txt b/lib/Transforms/IPO/CMakeLists.txt index c8d4ec6700..f168083324 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 |