Revision: 16211
Author:   [email protected]
Date:     Mon Aug 19 07:25:25 2013 UTC
Log: Drop broken and unnecessary RequiredInputRepresentation() in HMathFloorOfDiv.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=16190

Review URL: https://codereview.chromium.org/23190002
http://code.google.com/p/v8/source/detail?r=16211

Modified:
 /branches/bleeding_edge/src/hydrogen-instructions.h

=======================================
--- /branches/bleeding_edge/src/hydrogen-instructions.h Fri Aug 16 15:10:07 2013 UTC +++ /branches/bleeding_edge/src/hydrogen-instructions.h Mon Aug 19 07:25:25 2013 UTC
@@ -3842,10 +3842,6 @@

   virtual HValue* EnsureAndPropagateNotMinusZero(BitVector* visited);

-  virtual Representation RequiredInputRepresentation(int index) {
-    return Representation::Integer32();
-  }
-
   DECLARE_CONCRETE_INSTRUCTION(MathFloorOfDiv)

  protected:

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to