Check that the "don't barf on k8" fix is not
[oota-llvm.git] / test / Analysis / BasicAA / 2007-08-01-NoAliasAndCalls.ll
index 072bfd9fe9c52ff3bcf38a306c6c85dd32e3a14d..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)