New testcase identified by joel
[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         LowerSwitch \
18         Mem2Reg \
19         PiNodeInserter \
20         PRE \
21         LoopPreheaders \
22         ProfilePaths \
23         Reassociate \
24         SCCP \
25         SimplifyCFG
26
27 include $(LEVEL)/Makefile.common