From: Chris Lattner Date: Fri, 24 May 2002 21:21:36 +0000 (+0000) Subject: Run FuncResolve tests X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=76ec6e1dcc07260eb321f3695b3d12860776125c;p=oota-llvm.git Run FuncResolve tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2743 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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