From 8fa088b273f41225f8efb39e038a182a607fb9ae Mon Sep 17 00:00:00 2001 From: "bmeurer@chromium.org" Date: Mon, 19 Aug 2013 07:25:25 +0000 Subject: [PATCH] Drop broken and unnecessary RequiredInputRepresentation() in HMathFloorOfDiv. R=titzer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16190 Review URL: https://codereview.chromium.org/23190002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16211 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 10a3111..9aceac8 100644 --- a/src/hydrogen-instructions.h +++ b/src/hydrogen-instructions.h @@ -3842,10 +3842,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