New testcase
[oota-llvm.git] / test / Transforms / Makefile
index d8c8b1a2ca81462b7834061eded320a4a447bb29..068d06ff9bd324ee4515060a777f65fb499ac1ec 100644 (file)
@@ -1,5 +1,27 @@
-LEVEL  = ../../..
-DIRS   = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs FunctionResolve GCSE \
-        GlobalDCE IndVarSimplify Inline InstCombine LevelRaise LICM Mem2Reg \
-        PiNodeInserter ProfilePaths Reassociate SCCP SimplifyCFG
+LEVEL = ../../..
+DIRS  = ADCE \
+       CFGSimplify \
+       ConstProp \
+       ConstantMerge \
+       CorrelatedExprs \
+       DecomposeMultiDimRefs \
+        DSGraphAA \
+       FunctionResolve \
+       GCSE \
+       GlobalDCE \
+       IndVarsSimplify \
+       Inline \
+       InstCombine \
+       LevelRaise \
+       LICM \
+       LowerSwitch \
+       Mem2Reg \
+       PiNodeInserter \
+       PRE \
+       LoopPreheaders \
+       ProfilePaths \
+       Reassociate \
+       SCCP \
+       SimplifyCFG
+
 include $(LEVEL)/Makefile.common