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