1*9880d681SAndroid Build Coastguard Worker; RUN: llc -mtriple=x86_64-mingw32 < %s | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s 3*9880d681SAndroid Build Coastguard Worker; CHECK-NOT: -{{[1-9][0-9]*}}(%rsp) 4*9880d681SAndroid Build Coastguard Worker 5*9880d681SAndroid Build Coastguard Workerdefine x86_64_win64cc x86_fp80 @a(i64 %x) nounwind readnone { 6*9880d681SAndroid Build Coastguard Workerentry: 7*9880d681SAndroid Build Coastguard Worker %conv = sitofp i64 %x to x86_fp80 ; <x86_fp80> [#uses=1] 8*9880d681SAndroid Build Coastguard Worker ret x86_fp80 %conv 9*9880d681SAndroid Build Coastguard Worker} 10