Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests...
[oota-llvm.git] / test / Analysis / BasicAA / 2007-08-01-NoAliasAndCalls.ll
index 072bfd9fe9c52ff3bcf38a306c6c85dd32e3a14d..bbcee847933a45e1eb7c404597a79b7feb9044dd 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\\* %y, i32\\* %x}
 
 declare i32* @unclear(i32* %a)