aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-10 04:55:36 +0000
committerChris Lattner <sabre@nondot.org>2002-09-10 04:55:36 +0000
commit4b635b8316eef689ff084679a1267bb1569c8ab2 (patch)
tree81f394c5945d938705cc4afa66199980355ccf2a /test
parent7a4e86d20e4bda41822c1bddf2dc09721cd6222d (diff)
Run indvars tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3643 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile
index 6b1c76e5ab..d8c8b1a2ca 100644
--- a/test/Transforms/Makefile
+++ b/test/Transforms/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../../..
DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs FunctionResolve GCSE \
- GlobalDCE Inline InstCombine LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths \
- Reassociate SCCP SimplifyCFG
+ GlobalDCE IndVarSimplify Inline InstCombine LevelRaise LICM Mem2Reg \
+ PiNodeInserter ProfilePaths Reassociate SCCP SimplifyCFG
include $(LEVEL)/Makefile.common