Add comment to testcase
[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         PRE \
20         LoopPreheaders \
21         ProfilePaths \
22         Reassociate \
23         SCCP \
24         SimplifyCFG
25
26 include $(LEVEL)/Makefile.common