Chromium Code Reviews| Index: src/hydrogen-instructions.h |
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
| index e74de4a1b1dc345398aff5b765de113fd865f78d..54f06724029ee2ded35423c5889e8e48fb371724 100644 |
| --- a/src/hydrogen-instructions.h |
| +++ b/src/hydrogen-instructions.h |
| @@ -3842,6 +3842,8 @@ class HArithmeticBinaryOperation: public HBinaryOperation { |
| : representation(); |
| } |
| + virtual HValue* Canonicalize(); |
| + |
| private: |
| virtual bool IsDeletable() const { return true; } |
| }; |