Switch obvious clients to Twine instead of utostr (when they were already using
[oota-llvm.git] / lib / Transforms / IPO / CMakeLists.txt
1 add_llvm_library(LLVMipo
2   ArgumentPromotion.cpp
3   ConstantMerge.cpp
4   DeadArgumentElimination.cpp
5   DeadTypeElimination.cpp
6   ExtractGV.cpp
7   FunctionAttrs.cpp
8   GlobalDCE.cpp
9   GlobalOpt.cpp
10   IPConstantPropagation.cpp
11   IPO.cpp
12   IndMemRemoval.cpp
13   InlineAlways.cpp
14   InlineSimple.cpp
15   Inliner.cpp
16   Internalize.cpp
17   LoopExtractor.cpp
18   LowerSetJmp.cpp
19   MergeFunctions.cpp
20   PartialInlining.cpp
21   PartialSpecialization.cpp
22   PruneEH.cpp
23   RaiseAllocations.cpp
24   StripDeadPrototypes.cpp
25   StripSymbols.cpp
26   StructRetPromotion.cpp
27   )