From: Chris Lattner Date: Mon, 3 Feb 2003 21:31:53 +0000 (+0000) Subject: Build DS-AA tests X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=df142f0bd0b75b264a9ee1c9841e80aa04bac874;p=oota-llvm.git Build DS-AA tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5482 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 7b9ec4014d9..6dca9999fa1 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -5,6 +5,7 @@ DIRS = ADCE \ ConstantMerge \ CorrelatedExprs \ DecomposeMultiDimRefs \ + DSGraphAA \ FunctionResolve \ GCSE \ GlobalDCE \