Bug 985876 - Follow-up: remove unnecessary masm.and32(). no_r

This commit is contained in:
Sean Stangl 2014-04-04 14:55:02 -07:00
parent c0c0158e2c
commit 40a7c304c1

View File

@ -4106,7 +4106,6 @@ CodeGenerator::visitNeuterCheck(LNeuterCheck *lir)
masm.extractObject(Address(obj, TypedObject::offsetOfOwnerSlot()), temp);
masm.unboxInt32(Address(temp, ArrayBufferObject::flagsOffset()), temp);
masm.and32(Imm32(ArrayBufferObject::neuteredFlag()), temp);
Imm32 flag(ArrayBufferObject::neuteredFlag());
if (!bailoutTest32(Assembler::NonZero, temp, flag, lir->snapshot()))