Revision: 7056
Author: [email protected]
Date: Fri Mar 4 01:07:31 2011
Log: Remove unused label from lithium-codegen-ia32
Review URL: http://codereview.chromium.org/6615007
http://code.google.com/p/v8/source/detail?r=7056
Modified:
/branches/bleeding_edge/src/ia32/lithium-codegen-ia32.cc
=======================================
--- /branches/bleeding_edge/src/ia32/lithium-codegen-ia32.cc Thu Mar 3
04:16:21 2011
+++ /branches/bleeding_edge/src/ia32/lithium-codegen-ia32.cc Fri Mar 4
01:07:31 2011
@@ -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);
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev