aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SPARC/varargs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SPARC/varargs.ll')
-rw-r--r--test/CodeGen/SPARC/varargs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SPARC/varargs.ll b/test/CodeGen/SPARC/varargs.ll
index 9f18644..c2d1e98 100644
--- a/test/CodeGen/SPARC/varargs.ll
+++ b/test/CodeGen/SPARC/varargs.ll
@@ -71,6 +71,6 @@ declare void @llvm.va_start(i8*)
; CHECK: , %f2
define i32 @call_1d() #0 {
entry:
- %call = call double (i8*, double, ...)* @varargsfunc(i8* undef, double 1.000000e+00, double 2.000000e+00)
+ %call = call double (i8*, double, ...) @varargsfunc(i8* undef, double 1.000000e+00, double 2.000000e+00)
ret i32 1
}