projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f6795e
)
Do not chain to basic-aa
author
Chris Lattner
<sabre@nondot.org>
Sat, 28 Jun 2003 23:49:06 +0000
(23:49 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 28 Jun 2003 23:49:06 +0000
(23:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6968
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Analysis/DSGraph/gcsetest.ll
patch
|
blob
|
history
diff --git
a/test/Analysis/DSGraph/gcsetest.ll
b/test/Analysis/DSGraph/gcsetest.ll
index bf0cc354bde947da1e2d4967e3334e0aeda43b42..7c2aa39ffb93bb8e6a93a5c5fa6754006a5ef338 100644
(file)
--- 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