git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116177
91177308-0d34-0410-b5e6-
96231b3b80d8
setSchedulingPreference(Sched::RegPressure);
setStackPointerRegisterToSaveRestore(X86StackPtr);
- if (Subtarget->isTargetWindows() && !Subtarget->isTargetCygwin()) {
+ if (Subtarget->isTargetWindows() && !Subtarget->isTargetCygMing()) {
// Setup Windows compiler runtime calls.
setLibcallName(RTLIB::SDIV_I64, "_alldiv");
setLibcallCallingConv(RTLIB::SDIV_I64, CallingConv::X86_StdCall);
; Test that, for a 64 bit signed div, a libcall to alldiv is made on Windows
-; except for cygwin.
+; unless we have libgcc.
; RUN: llc < %s -mtriple i386-pc-win32 | FileCheck %s
-; RUN: llc < %s -mtriple i386-pc-cygwin | FileCheck %s -check-prefix CYGWIN
+; RUN: llc < %s -mtriple i386-pc-cygwin | FileCheck %s -check-prefix USEDIVDI
+; RUN: llc < %s -mtriple i386-pc-mingw32 | FileCheck %s -check-prefix USEDIVDI
define i32 @main(i32 %argc, i8** nocapture %argv) nounwind readonly {
entry:
}
; CHECK: alldiv
-; CYGWIN: divdi3
+; USEDIVDI: divdi3