Accept both %y, %x and %x, %y as valid answers.
llvm-svn: 45649
This commit is contained in:
parent
e457fd1e9b
commit
0e519bb555
|
|
@ -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