Re-apply 52002, allowing the verifier to accept non-MRV struct return
[oota-llvm.git] / test / Assembler / 2008-01-11-VarargAttrs.ll
index c46b2a563e72d1157d3d57e89ea2a1d2fcc47b4f..c0aedc80b4c3577f47fc85e2c3481a7974038201 100644 (file)
@@ -1,10 +1,10 @@
-; RUN: llvm-as < %s | llvm-dis | grep byval | count 2
+; RUN: llvm-as < %s | llvm-dis | grep byval
 
        %struct = type {  }
 
 declare void @foo(...)
 
 define void @bar() {
-       call void (...)* @foo(%struct* byval null, %struct* byval null )
+       call void (...)* @foo(%struct* byval null )
        ret void
 }