Do not chain to basic-aa

llvm-svn: 6968
This commit is contained in:
Chris Lattner 2003-06-28 23:49:06 +00:00
parent 69bdc6df96
commit e9505ee0f9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
; Test that GCSE uses ds-aa to do alias analysis, which is capable of ; Test that GCSE uses ds-aa to do alias analysis, which is capable of
; disambiguating some cases. ; 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*} %intpair = type {int*, int*}
implementation implementation