1 ; RUN: llc < %s -march=x86 > %t
2 ; RUN: grep {fld %%st(0)} %t
5 declare x86_fp80 @ceil(x86_fp80)
7 declare void @test(x86_fp80)
9 define void @test2(x86_fp80 %a) {
11 %0 = call x86_fp80 @ceil(x86_fp80 %a)
12 call void asm sideeffect "fistpl $0", "{st}"( x86_fp80 %0)
13 call void @test(x86_fp80 %0 )