Reviewers: danno,

Message:
Committed patchset #1 manually as r16191.

Description:
Revert "Drop broken and unnecessary RequiredInputRepresentation() in
HMathFloorOfDiv."

This reverts r16190.

[email protected]

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

Please review this at https://codereview.chromium.org/23188003/

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

Affected files:
  M src/hydrogen-instructions.h


Index: src/hydrogen-instructions.h
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
index 3d43c880928f0804cae8718404d490c0d4123655..7eae85b519d0206c84d51f74a05945e702b05c59 100644
--- a/src/hydrogen-instructions.h
+++ b/src/hydrogen-instructions.h
@@ -3841,6 +3841,10 @@ class HMathFloorOfDiv: public HBinaryOperation {

   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