From 8d0869c9287851dc632f4cbe3ae18a549c8f9762 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 10 Sep 2002 04:55:36 +0000 Subject: [PATCH] Run indvars tests llvm-svn: 3643 --- test/Regression/Transforms/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Regression/Transforms/Makefile b/test/Regression/Transforms/Makefile index 6b1c76e5abc..d8c8b1a2ca8 100644 --- a/test/Regression/Transforms/Makefile +++ b/test/Regression/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