From: Chris Lattner Date: Tue, 27 May 2003 16:10:03 +0000 (+0000) Subject: Start testing SRoA X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8879c82ff49641bab37f239b63a570db0d4e07e2;p=oota-llvm.git Start testing SRoA git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6350 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 068d06ff9bd..50963239985 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -22,6 +22,7 @@ DIRS = ADCE \ ProfilePaths \ Reassociate \ SCCP \ + ScalarRepl \ SimplifyCFG include $(LEVEL)/Makefile.common