Reviewers: titzer, danno,
Description:
Drop broken and unnecessary RequiredInputRepresentation() in
HMathFloorOfDiv.
Please review this at https://codereview.chromium.org/23190002/
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
7eae85b519d0206c84d51f74a05945e702b05c59..3d43c880928f0804cae8718404d490c0d4123655
100644
--- a/src/hydrogen-instructions.h
+++ b/src/hydrogen-instructions.h
@@ -3841,10 +3841,6 @@ 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.