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