Revision: 10018
Author:   [email protected]
Date:     Thu Nov 17 05:36:27 2011
Log:      MIPS: Cleaned up an unused declaration in lithium-codegen-mips.h.

DoDeferredBinaryOpStub is not used (or even defined) anywhere.
MIPS can handle special cases of div, which is the only place it's used in the ARM version.

BUG=
TEST=

Review URL: http://codereview.chromium.org/8588005
Patch from Gergely Kis <[email protected]>.
http://code.google.com/p/v8/source/detail?r=10018

Modified:
 /branches/bleeding_edge/src/mips/lithium-codegen-mips.h

=======================================
--- /branches/bleeding_edge/src/mips/lithium-codegen-mips.h Thu Nov 17 05:35:15 2011 +++ /branches/bleeding_edge/src/mips/lithium-codegen-mips.h Thu Nov 17 05:36:27 2011
@@ -101,10 +101,6 @@
   // information on it.
   void FinishCode(Handle<Code> code);

-  // Deferred code support.
-  template<int T>
-  void DoDeferredBinaryOpStub(LTemplateInstruction<1, 2, T>* instr,
-                              Token::Value op);
   void DoDeferredNumberTagD(LNumberTagD* instr);
   void DoDeferredNumberTagI(LNumberTagI* instr);
   void DoDeferredTaggedToI(LTaggedToI* instr);

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

Reply via email to