Index: src/arm/lithium-codegen-arm.cc |
=================================================================== |
--- src/arm/lithium-codegen-arm.cc (revision 8782) |
+++ src/arm/lithium-codegen-arm.cc (working copy) |
@@ -1560,7 +1560,7 @@ |
// Test the double value. Zero and NaN are false. |
__ VFPCompareAndLoadFlags(reg, 0.0, scratch); |
__ tst(scratch, Operand(kVFPZConditionFlagBit | kVFPVConditionFlagBit)); |
- EmitBranch(true_block, false_block, ne); |
+ EmitBranch(true_block, false_block, eq); |
} else { |
ASSERT(r.IsTagged()); |
Register reg = ToRegister(instr->InputAt(0)); |