blob: c628b8affdd9127730eb2c49793f141665bc5b7d [file] [log] [blame]
Eli Friedman960fd282009-06-04 02:02:01 +00001; RUN: llvm-as < %s | llc | grep "subq.*\\\$8, \\\%rsp"
2target triple = "x86_64-mingw64"
3
4define x86_fp80 @a(i64 %x) nounwind readnone {
5entry:
6 %conv = sitofp i64 %x to x86_fp80 ; <x86_fp80> [#uses=1]
7 ret x86_fp80 %conv
8}
9