Index: src/x64/lithium-x64.h |
=================================================================== |
--- src/x64/lithium-x64.h (revision 13283) |
+++ src/x64/lithium-x64.h (working copy) |
@@ -573,6 +573,8 @@ |
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(Div) |
}; |