From 3eaf59b8bc7024c28393d36bad2766350e9430eb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 25 Jun 2002 16:16:20 +0000 Subject: [PATCH] Build all subdirectories git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2780 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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