Run indvars tests
authorChris Lattner <sabre@nondot.org>
Tue, 10 Sep 2002 04:55:36 +0000 (04:55 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Sep 2002 04:55:36 +0000 (04:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3643 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Makefile

index 6b1c76e5abc5caa18fe58cfa999762e35866f21a..d8c8b1a2ca81462b7834061eded320a4a447bb29 100644 (file)
@@ -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