Revision: 16191
Author:   [email protected]
Date:     Wed Aug 14 07:50:15 2013
Log: Revert "Drop broken and unnecessary RequiredInputRepresentation() in HMathFloorOfDiv."

This reverts r16190.

[email protected]

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

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

=======================================
--- /branches/bleeding_edge/src/hydrogen-instructions.h Wed Aug 14 07:34:40 2013 +++ /branches/bleeding_edge/src/hydrogen-instructions.h Wed Aug 14 07:50:15 2013
@@ -3841,6 +3841,10 @@

   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