Check that the "don't barf on k8" fix is not
[oota-llvm.git] / 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)