Reviewers: Kevin Millikin,

Description:
Remove unused label from lithium-codegen-ia32



Please review this at http://codereview.chromium.org/6615007/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/ia32/lithium-codegen-ia32.cc


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);


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to