rework the rotate-by-1 instructions to be defined like the
[oota-llvm.git] / test / Verifier / byval-2.ll
index 56b8a27d1f580ba32a3a0418c5ecca2696c78485..1d03715bc3228818c021c0352e399077cb969b96 100644 (file)
@@ -1,2 +1,4 @@
-; RUN: not llvm-as < %s -o /dev/null -f
-declare void @h(i32* %num) byval
+; RUN: not llvm-as < %s >& /dev/null
+; PR2711
+       %s = type opaque
+declare void @h(%s* byval %num)