6dca9999fa1bb53f5f22b4c163cd7fbb58dd6bce
[oota-llvm.git] / test / Transforms / Makefile
1 LEVEL = ../../..
2 DIRS  = ADCE \
3         CFGSimplify \
4         ConstProp \
5         ConstantMerge \
6         CorrelatedExprs \
7         DecomposeMultiDimRefs \
8         DSGraphAA \
9         FunctionResolve \
10         GCSE \
11         GlobalDCE \
12         IndVarsSimplify \
13         Inline \
14         InstCombine \
15         LevelRaise \
16         LICM \
17         Mem2Reg \
18         PiNodeInserter \
19         LoopPreheaders \
20         ProfilePaths \
21         Reassociate \
22         SCCP \
23         SimplifyCFG
24
25 include $(LEVEL)/Makefile.common