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