Merge branch 'master' into msp430
[llvm/msp430.git] / lib / Transforms / IPO / CMakeLists.txt
blob4b85e1388a684b6a8c3a3af70562910b0945d9fe
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   PartialSpecialization.cpp
20   PruneEH.cpp
21   RaiseAllocations.cpp
22   StripDeadPrototypes.cpp
23   StripSymbols.cpp
24   StructRetPromotion.cpp
25   )