diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-06-28 23:49:06 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-06-28 23:49:06 +0000 |
| commit | e9505ee0f97ae9253090d7eaccbd934916be836c (patch) | |
| tree | cdfd214ddff27e4fda6426361c00804e656764b6 | |
| parent | 69bdc6df966a1a2dcb4be6ae4f1464698ba7702a (diff) | |
| download | bcm5719-llvm-e9505ee0f97ae9253090d7eaccbd934916be836c.tar.gz bcm5719-llvm-e9505ee0f97ae9253090d7eaccbd934916be836c.zip | |
Do not chain to basic-aa
llvm-svn: 6968
| -rw-r--r-- | llvm/test/Regression/Analysis/DSGraph/gcsetest.ll | 2 |
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 |

