[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Verifier / 2008-01-11-VarargAttrs.ll
index b6ce6251cfc6c9b3c75f3cf3858ae2c9c51ab0c8..af97ce6474492171044affd9e7d598722b2a710f 100644 (file)
@@ -5,6 +5,6 @@
 declare void @foo(...)
 
 define void @bar() {
-       call void (...)* @foo(%struct* sret null )
+       call void (...) @foo(%struct* sret null )
        ret void
 }