aboutsummaryrefslogtreecommitdiff
path: root/test/Verifier/2008-01-11-VarargAttrs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/2008-01-11-VarargAttrs.ll')
-rw-r--r--test/Verifier/2008-01-11-VarargAttrs.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Verifier/2008-01-11-VarargAttrs.ll b/test/Verifier/2008-01-11-VarargAttrs.ll
index 1f4c9c72b4..e8e9c41c6d 100644
--- a/test/Verifier/2008-01-11-VarargAttrs.ll
+++ b/test/Verifier/2008-01-11-VarargAttrs.ll
@@ -1,10 +1,10 @@
-; RUN: not llvm-as < %s
+; RUN: not llvm-as < %s -o /dev/null
%struct = type { }
declare void @foo(...)
define void @bar() {
- call void (...)* @foo(%struct* inreg null )
+ call void (...)* @foo(%struct* sret null )
ret void
}