Cleanup GlobalsModRef a bit. When analysing the
[oota-llvm.git] / test / Verifier / byval-2.ll
index 19d49bbd5ddcedf0ad378680f790d74d30d5b429..1d03715bc3228818c021c0352e399077cb969b96 100644 (file)
@@ -1,3 +1,4 @@
-; RUN: not llvm-as < %s -o /dev/null -f
+; RUN: not llvm-as < %s >& /dev/null
+; PR2711
        %s = type opaque
 declare void @h(%s* byval %num)