diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-28 23:17:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-28 23:17:42 +0000 |
commit | 69686725d7dca5c4caf196c1904bcac85129e6b6 (patch) | |
tree | 727e9543d42825b6409a1c75c2cb492a18b1b326 /test/Transforms | |
parent | e9062ad036114743b437dd4c7a1d73f5910d9d4a (diff) | |
download | external_llvm-69686725d7dca5c4caf196c1904bcac85129e6b6.zip external_llvm-69686725d7dca5c4caf196c1904bcac85129e6b6.tar.gz external_llvm-69686725d7dca5c4caf196c1904bcac85129e6b6.tar.bz2 |
Move DSGraph tests to test/Regression/Analysis/DSGraph
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6964 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r-- | test/Transforms/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 7233b16..54f5395 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -4,7 +4,6 @@ DIRS = ADCE \ ConstantMerge \ CorrelatedExprs \ DecomposeMultiDimRefs \ - DSGraphAA \ FunctionResolve \ GCSE \ GlobalDCE \ |