remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / CodeGen / X86 / inline-asm-fpstack2.ll
blobffa6ee6e019ef2f0eefa6856b9c0a95d44141dde
1 ; RUN: llc < %s -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