Fix CMake build. Patch from Ingmar Vanhassel.
[oota-llvm.git] / lib / Transforms / IPO / CMakeLists.txt
1 add_llvm_library(LLVMipo
2   FunctionAttrs.cpp
3   ArgumentPromotion.cpp
4   ConstantMerge.cpp
5   DeadArgumentElimination.cpp
6   DeadTypeElimination.cpp
7   ExtractGV.cpp
8   GlobalDCE.cpp
9   GlobalOpt.cpp
10   IndMemRemoval.cpp
11   InlineAlways.cpp
12   Inliner.cpp
13   InlineSimple.cpp
14   Internalize.cpp
15   IPConstantPropagation.cpp
16   LoopExtractor.cpp
17   LowerSetJmp.cpp
18   MergeFunctions.cpp
19   PartialInlining.cpp
20   PartialSpecialization.cpp
21   PruneEH.cpp
22   RaiseAllocations.cpp
23   StripDeadPrototypes.cpp
24   StripSymbols.cpp
25   StructRetPromotion.cpp
26   )