From 76ec6e1dcc07260eb321f3695b3d12860776125c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 24 May 2002 21:21:36 +0000 Subject: [PATCH] Run FuncResolve tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2743 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.34.1