From: Chris Lattner Date: Tue, 25 Jun 2002 16:16:20 +0000 (+0000) Subject: Build all subdirectories X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3eaf59b8bc7024c28393d36bad2766350e9430eb;p=oota-llvm.git Build all subdirectories git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2780 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 88141988241..3e2646f8f48 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -1,5 +1,5 @@ LEVEL = ../../.. DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs FunctionResolve GCSE \ - InstCombine LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths \ - Reassociate SCCP + Inline InstCombine LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths \ + Reassociate SCCP SimplifyCFG include $(LEVEL)/Makefile.common