From: Chris Lattner Date: Tue, 10 Sep 2002 04:55:36 +0000 (+0000) Subject: Run indvars tests X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4b635b8316eef689ff084679a1267bb1569c8ab2;p=oota-llvm.git Run indvars tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3643 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 6b1c76e5abc..d8c8b1a2ca8 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