Bug 898468 - IonMonkey: Fix a typo in a comment. r=evilpies

This commit is contained in:
Dan Gohman 2013-08-01 13:42:49 -07:00
parent 28f83e93cb
commit 1f6b9a7846

View File

@ -393,7 +393,7 @@ CodeGeneratorX86Shared::visitMinMaxD(LMinMaxD *ins)
masm.j(Assembler::Parity, &nan);
// Ordered and equal. The operands are bit-identical unless they are zero
// and is negative zero. These instructions merge the sign bits in that
// and negative zero. These instructions merge the sign bits in that
// case, and are no-ops otherwise.
if (ins->mir()->isMax())
masm.andpd(second, first);