aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/Makefile3
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