Chromium Code Reviews| Index: src/ia32/lithium-ia32.h |
| =================================================================== |
| --- src/ia32/lithium-ia32.h (revision 13283) |
| +++ src/ia32/lithium-ia32.h (working copy) |
| @@ -565,6 +565,8 @@ |
| LOperand* left() { return inputs_[0]; } |
| LOperand* right() { return inputs_[1]; } |
| + bool is_flooring() { return hydrogen_value()->IsMathFloorOfDiv(); } |
| + |
| DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i") |
| DECLARE_HYDROGEN_ACCESSOR(Div) |
| }; |