Implement an efficient and fully general SSA update mechanism that
[oota-llvm.git] / lib / Transforms / Utils / CMakeLists.txt
1 add_llvm_library(LLVMTransformUtils
2   AddrModeMatcher.cpp
3   BasicBlockUtils.cpp
4   BasicInliner.cpp
5   BreakCriticalEdges.cpp
6   CloneFunction.cpp
7   CloneLoop.cpp
8   CloneModule.cpp
9   CodeExtractor.cpp
10   DemoteRegToStack.cpp
11   InlineCost.cpp
12   InlineFunction.cpp
13   InstructionNamer.cpp
14   LCSSA.cpp
15   Local.cpp
16   LoopSimplify.cpp
17   LowerAllocations.cpp
18   LowerInvoke.cpp
19   LowerSwitch.cpp
20   Mem2Reg.cpp
21   PromoteMemoryToRegister.cpp
22   SSAUpdater.cpp
23   SSI.cpp
24   SimplifyCFG.cpp
25   UnifyFunctionExitNodes.cpp
26   UnrollLoop.cpp
27   ValueMapper.cpp
28   )
29
30 target_link_libraries (LLVMTransformUtils LLVMSupport)