aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2008-01-11-VarargAttrs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2008-01-11-VarargAttrs.ll')
-rw-r--r--test/Assembler/2008-01-11-VarargAttrs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2008-01-11-VarargAttrs.ll b/test/Assembler/2008-01-11-VarargAttrs.ll
index 0b6592c..3111f2d 100644
--- a/test/Assembler/2008-01-11-VarargAttrs.ll
+++ b/test/Assembler/2008-01-11-VarargAttrs.ll
@@ -6,6 +6,6 @@
declare void @foo(...)
define void @bar() {
- call void (...)* @foo(%struct* byval null )
+ call void (...) @foo(%struct* byval null )
ret void
}