llvm.memory.barrier, and impl for x86 and alpha
[oota-llvm.git] / test / Verifier / byval-2.ll
index 56b8a27d1f580ba32a3a0418c5ecca2696c78485..43cea4ee1ec3ae437640d8f6e9c0e6bc44453fb0 100644 (file)
@@ -1,2 +1,3 @@
-; RUN: not llvm-as < %s -o /dev/null -f
-declare void @h(i32* %num) byval
+; RUN: llvm-as < %s -o /dev/null -f
+       %s = type opaque
+declare void @h(%s* byval %num)