xref: /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1; RUN: llc -mtriple=x86_64-mingw32 < %s | FileCheck %s
2; CHECK-NOT: -{{[1-9][0-9]*}}(%rsp)
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