aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-07 20:52:15 +0000
committerChris Lattner <sabre@nondot.org>2002-05-07 20:52:15 +0000
commitfc29f3b20e5c3e113031d16316143bb1ca2fedd3 (patch)
tree846598f32835f1ca5fdb4ccdf30d7d061c1d958c
parentd2abd3b81f3e8fcb13f68b13554f259d83323c58 (diff)
Build the ADCE tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2545 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile
index c0d88fb760..d7c72ed261 100644
--- a/test/Transforms/Makefile
+++ b/test/Transforms/Makefile
@@ -1,3 +1,3 @@
LEVEL = ../../..
-DIRS = CFGSimplify ConstProp DecomposeMultiDimRefs GCSE InstCombine LevelRaise Mem2Reg SCCP
+DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs GCSE InstCombine LevelRaise Mem2Reg SCCP
include $(LEVEL)/Makefile.common