aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-23 22:26:23 +0000
committerChris Lattner <sabre@nondot.org>2002-09-23 22:26:23 +0000
commitda37a05774711fbb3ebf904267941e8752ec79c5 (patch)
treeca4aa618447b16f246ef89c8b3a635a5f4504532
parentc14ded4858712c7d51e6a581ae91265c515247f5 (diff)
Run constantmerge tests too
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3893 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile
index 1a291b7375..fba97bdfee 100644
--- a/test/Transforms/Makefile
+++ b/test/Transforms/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../../..
-DIRS = ADCE CFGSimplify ConstProp CorrelatedExprs DecomposeMultiDimRefs \
- FunctionResolve GCSE \
+DIRS = ADCE CFGSimplify ConstProp ConstantMerge CorrelatedExprs \
+ DecomposeMultiDimRefs FunctionResolve GCSE \
GlobalDCE IndVarSimplify Inline InstCombine LevelRaise LICM Mem2Reg \
PiNodeInserter ProfilePaths Reassociate SCCP SimplifyCFG
include $(LEVEL)/Makefile.common