Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git] / test / CodeGen / X86 / inline-asm-fpstack2.ll
blob968561826b5c85d1e0365a13aea1e1076f5fb86c
1 ; RUN: llvm-as < %s | llc -march=x86 > %t
2 ; RUN: grep {fld        %%st(0)} %t
3 ; PR4185
5 define void @test() {
6 return:
7         call void asm sideeffect "fistpl $0", "{st}"(double 1.000000e+06)
8         call void asm sideeffect "fistpl $0", "{st}"(double 1.000000e+06)
9         ret void