Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 86cf2f293141cc8223b6555d0f03d8ade9c55dcb..e6affca3016e7e964278c7f85166c5682a444b51 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -725,8 +725,6 @@ class LDivI V8_FINAL : public LTemplateInstruction<1, 2, 1> { |
LOperand* right() { return inputs_[1]; } |
LOperand* temp() { return temps_[0]; } |
- bool is_flooring() { return hydrogen_value()->IsMathFloorOfDiv(); } |
- |
DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i") |
DECLARE_HYDROGEN_ACCESSOR(BinaryOperation) |
}; |