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:
2d51a4c
)
Accept both %y, %x and %x, %y as valid answers.
author
Nick Lewycky
<nicholas@mxc.ca>
Sun, 6 Jan 2008 03:12:44 +0000
(
03:12
+0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Sun, 6 Jan 2008 03:12:44 +0000
(
03:12
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45649
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll
patch
|
blob
|
history
diff --git
a/test/Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll
b/test/Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll
index bbcee847933a45e1eb7c404597a79b7feb9044dd..3b6eb11b6ae482b2dc8bb7822336fefdd7af4696 100644
(file)
--- a/
test/Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll
+++ b/
test/Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as %s -o - | opt -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {MayAlias:.*i32\\* %
y, i32\\* %x
}
+; RUN: llvm-as %s -o - | opt -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {MayAlias:.*i32\\* %
., i32\\* %.} | grep {%x} | grep {%y
}
declare i32* @unclear(i32* %a)