diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-24 18:49:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-24 18:49:51 +0000 |
commit | 697381528fd41bca5ce32f886dc8b6dd7c7d35cf (patch) | |
tree | a15782a0480939cba12454203f9f2ce8499ca5cb | |
parent | b1b3fb3b6a7d5a1af2dda3e3fa1201bb118694b4 (diff) |
Run the tail dup tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6879 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 5096323998..ccc6f8a558 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 |