X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FSPARC%2Fvarargs.ll;h=576acc284fb95c85180e763c250023026d9372af;hp=c2d1e98b698be1ef41ce498510abd54f5f4ff284;hb=395d7b084bce2ebbf53c52836e717183f9efe466;hpb=5b18c9f4a351396fb6584ccc5dd993a210ba528c diff --git a/test/CodeGen/SPARC/varargs.ll b/test/CodeGen/SPARC/varargs.ll index c2d1e98b698..576acc284fb 100644 --- a/test/CodeGen/SPARC/varargs.ll +++ b/test/CodeGen/SPARC/varargs.ll @@ -67,8 +67,8 @@ declare void @llvm.va_start(i8*) ; CHECK: call_1d ; The fixed-arg double goes in %d2, the second goes in %o2. ; CHECK: sethi 1048576 -; CHECK: , %o2 ; CHECK: , %f2 +; CHECK: , %o2 define i32 @call_1d() #0 { entry: %call = call double (i8*, double, ...) @varargsfunc(i8* undef, double 1.000000e+00, double 2.000000e+00)