Run the tail dup tests
authorChris Lattner <sabre@nondot.org>
Tue, 24 Jun 2003 18:49:51 +0000 (18:49 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Jun 2003 18:49:51 +0000 (18:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6879 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Makefile

index 509632399856ba0489356d763425bc2a4059a18b..ccc6f8a55814ccdb1b849a13c450cd3fd01f5d04 100644 (file)
@@ -23,6 +23,7 @@ DIRS  = ADCE \
        Reassociate \
        SCCP \
        ScalarRepl \
-       SimplifyCFG
+       SimplifyCFG \
+       TailDup
 
 include $(LEVEL)/Makefile.common