diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index db64d1f46ac..88141988241 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -1,4 +1,5 @@ LEVEL = ../../.. -DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs GCSE InstCombine \ - LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths Reassociate SCCP +DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs FunctionResolve GCSE \ + InstCombine LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths \ + Reassociate SCCP include $(LEVEL)/Makefile.common