aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-28 23:49:06 +0000
committerChris Lattner <sabre@nondot.org>2003-06-28 23:49:06 +0000
commit202f2eab90a7f1dc5cd219874f7f3ad3ae89ea95 (patch)
tree8da3f0825c0046b13df7fedd7f29c7667ea43e20 /test/Analysis
parent3f6795e5eab1992d7d296faa43b8d7fe720e750d (diff)
downloadexternal_llvm-202f2eab90a7f1dc5cd219874f7f3ad3ae89ea95.zip
external_llvm-202f2eab90a7f1dc5cd219874f7f3ad3ae89ea95.tar.gz
external_llvm-202f2eab90a7f1dc5cd219874f7f3ad3ae89ea95.tar.bz2
Do not chain to basic-aa
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/DSGraph/gcsetest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/gcsetest.ll b/test/Analysis/DSGraph/gcsetest.ll
index bf0cc35..7c2aa39 100644
--- a/test/Analysis/DSGraph/gcsetest.ll
+++ b/test/Analysis/DSGraph/gcsetest.ll
@@ -1,7 +1,7 @@
; Test that GCSE uses ds-aa to do alias analysis, which is capable of
; disambiguating some cases.
-; RUN: as < %s | opt -ds-aa -load-vn -gcse -instcombine -dce | dis | not grep ELIM
+; RUN: as < %s | opt -no-aa -ds-aa -load-vn -gcse -instcombine -dce | dis | not grep ELIM
%intpair = type {int*, int*}
implementation