Index: src/ia32/lithium-codegen-ia32.cc |
=================================================================== |
--- src/ia32/lithium-codegen-ia32.cc (revision 7055) |
+++ src/ia32/lithium-codegen-ia32.cc (working copy) |
@@ -1923,8 +1923,6 @@ |
__ mov(InstanceofStub::right(), Immediate(instr->function())); |
static const int kAdditionalDelta = 16; |
int delta = masm_->SizeOfCodeGeneratedSince(map_check) + kAdditionalDelta; |
- Label before_push_delta; |
- __ bind(&before_push_delta); |
__ mov(temp, Immediate(delta)); |
__ StoreToSafepointRegisterSlot(temp, temp); |
CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, false); |