Accept both %y, %x and %x, %y as valid answers.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 6 Jan 2008 03:12:44 +0000 (03:12 +0000)
committerNick 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

index bbcee847933a45e1eb7c404597a79b7feb9044dd..3b6eb11b6ae482b2dc8bb7822336fefdd7af4696 100644 (file)
@@ -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)