mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-05 02:07:56 +00:00
Accept both %y, %x and %x, %y as valid answers.
llvm-svn: 45649
This commit is contained in:
parent
ed75a9c636
commit
e05651c6d7
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user