blob: c5982285afe083523b1949eaf27e13b53ceb1e03 [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s | grep "subq.*\\\$40, \\\%rsp"
Duncan Sands7d2568c2010-05-07 17:03:48 +00002target triple = "x86_64-pc-mingw64"
Eli Friedman9a417122009-06-04 02:02:01 +00003
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