From 6be103c041c27876ed2fee82edf64100e005b090 Mon Sep 17 00:00:00 2001 From: "bmeurer@chromium.org" Date: Wed, 14 Aug 2013 14:34:40 +0000 Subject: [PATCH] Drop broken and unnecessary RequiredInputRepresentation() in HMathFloorOfDiv. R=titzer@chromium.org Review URL: https://codereview.chromium.org/23190002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16190 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/hydrogen-instructions.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h index 7eae85b..3d43c88 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: -- 2.7.4