summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression
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
commite9505ee0f97ae9253090d7eaccbd934916be836c (patch)
treecdfd214ddff27e4fda6426361c00804e656764b6 /llvm/test/Regression
parent69bdc6df966a1a2dcb4be6ae4f1464698ba7702a (diff)
downloadbcm5719-llvm-e9505ee0f97ae9253090d7eaccbd934916be836c.tar.gz
bcm5719-llvm-e9505ee0f97ae9253090d7eaccbd934916be836c.zip
Do not chain to basic-aa
llvm-svn: 6968
Diffstat (limited to 'llvm/test/Regression')
-rw-r--r--llvm/test/Regression/Analysis/DSGraph/gcsetest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Analysis/DSGraph/gcsetest.ll b/llvm/test/Regression/Analysis/DSGraph/gcsetest.ll
index bf0cc354bde..7c2aa39ffb9 100644
--- a/llvm/test/Regression/Analysis/DSGraph/gcsetest.ll
+++ b/llvm/test/Regression/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
OpenPOWER on IntegriCloud