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