aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/alldiv-divdi3.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/alldiv-divdi3.ll')
-rw-r--r--test/CodeGen/X86/alldiv-divdi3.ll7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/CodeGen/X86/alldiv-divdi3.ll b/test/CodeGen/X86/alldiv-divdi3.ll
index 250d7d8..86aa1fd 100644
--- a/test/CodeGen/X86/alldiv-divdi3.ll
+++ b/test/CodeGen/X86/alldiv-divdi3.ll
@@ -1,8 +1,9 @@
; 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:
@@ -13,4 +14,4 @@ entry:
}
; CHECK: alldiv
-; CYGWIN: divdi3
+; USEDIVDI: divdi3