2009-09-09 07:54:48 +08:00
|
|
|
; RUN: llc < %s | grep "subq.*\\\$40, \\\%rsp"
|
2009-06-04 10:02:01 +08:00
|
|
|
target triple = "x86_64-mingw64"
|
|
|
|
|
|
|
|
define x86_fp80 @a(i64 %x) nounwind readnone {
|
|
|
|
entry:
|
|
|
|
%conv = sitofp i64 %x to x86_fp80 ; <x86_fp80> [#uses=1]
|
|
|
|
ret x86_fp80 %conv
|
|
|
|
}
|
|
|
|
|