blob: e6f3008c24761f466b252daa1a427f3f344f501c [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s | 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