From: Chris Lattner Date: Tue, 24 Jun 2003 18:49:51 +0000 (+0000) Subject: Run the tail dup tests X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=697381528fd41bca5ce32f886dc8b6dd7c7d35cf;p=oota-llvm.git Run the tail dup tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6879 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 50963239985..ccc6f8a5581 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -23,6 +23,7 @@ DIRS = ADCE \ Reassociate \ SCCP \ ScalarRepl \ - SimplifyCFG + SimplifyCFG \ + TailDup include $(LEVEL)/Makefile.common