CodeGen peephole: fold redundant phys reg copies
[oota-llvm.git] / test / CodeGen / X86 / alldiv-divdi3.ll
index 250d7d87ceeea3b038d95047741e1feedb5bbe8a..86aa1fde19573b2d9cdf102232c2bff0ed1808ff 100644 (file)
@@ -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