Index: src/ia32/codegen-ia32.cc |
=================================================================== |
--- src/ia32/codegen-ia32.cc (revision 3571) |
+++ src/ia32/codegen-ia32.cc (working copy) |
@@ -9653,7 +9653,7 @@ |
__ cmp(counter, Operand(scratch1)); |
if (CpuFeatures::IsSupported(CMOV)) { |
CpuFeatures::Scope use_cmov(CMOV); |
- __ cmov(less, counter, Operand(scratch1)); |
+ __ cmov(greater, counter, Operand(scratch1)); |
} else { |
Label l; |
__ j(less, &l); |