diff options
-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 |