blob: a96fcb2e835bf9ca67aea752e64f642f8b78410c [file] [log] [blame]
Anton Korobeynikov2cbcdb72009-08-03 08:12:53 +00001; RUN: llvm-as < %s | llc | grep "subq.*\\\$40, \\\%rsp"
Eli Friedman960fd282009-06-04 02:02:01 +00002target 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