diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 1a291b73753..fba97bdfee6 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -1,6 +1,6 @@ LEVEL = ../../.. -DIRS = ADCE CFGSimplify ConstProp CorrelatedExprs DecomposeMultiDimRefs \ - FunctionResolve GCSE \ +DIRS = ADCE CFGSimplify ConstProp ConstantMerge CorrelatedExprs \ + DecomposeMultiDimRefs FunctionResolve GCSE \ GlobalDCE IndVarSimplify Inline InstCombine LevelRaise LICM Mem2Reg \ PiNodeInserter ProfilePaths Reassociate SCCP SimplifyCFG include $(LEVEL)/Makefile.common