From: Chris Lattner Date: Wed, 22 May 2002 22:02:24 +0000 (+0000) Subject: Run profile paths tests X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=faa967ea6142423546788877228eb03895a2a229;p=oota-llvm.git Run profile paths tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2723 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 4c63698fa72..db64d1f46ac 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -1,4 +1,4 @@ LEVEL = ../../.. DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs GCSE InstCombine \ - LevelRaise LICM Mem2Reg PiNodeInserter Reassociate SCCP + LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths Reassociate SCCP include $(LEVEL)/Makefile.common