From: Chris Lattner Date: Tue, 7 May 2002 20:52:15 +0000 (+0000) Subject: Build the ADCE tests X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fc29f3b20e5c3e113031d16316143bb1ca2fedd3;p=oota-llvm.git Build the ADCE tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2545 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index c0d88fb760a..d7c72ed261e 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