aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/Makefile28
1 files changed, 23 insertions, 5 deletions
diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile
index fba97bdfee..2f8da3e1da 100644
--- a/test/Transforms/Makefile
+++ b/test/Transforms/Makefile
@@ -1,6 +1,24 @@
-LEVEL = ../../..
-DIRS = ADCE CFGSimplify ConstProp ConstantMerge CorrelatedExprs \
- DecomposeMultiDimRefs FunctionResolve GCSE \
- GlobalDCE IndVarSimplify Inline InstCombine LevelRaise LICM Mem2Reg \
- PiNodeInserter ProfilePaths Reassociate SCCP SimplifyCFG
+LEVEL = ../../..
+DIRS = ADCE \
+ CFGSimplify \
+ ConstProp \
+ ConstantMerge \
+ CorrelatedExprs \
+ DecomposeMultiDimRefs \
+ FunctionResolve \
+ GCSE \
+ GlobalDCE \
+ IndVarSimplify \
+ Inline \
+ InstCombine \
+ LevelRaise \
+ LICM \
+ Mem2Reg \
+ PiNodeInserter \
+ LoopPreheaders \
+ ProfilePaths \
+ Reassociate \
+ SCCP \
+ SimplifyCFG
+
include $(LEVEL)/Makefile.common