Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index 3748970585155bb876219b0a70a777aa9b49e32f..fbac5590d742ef690bf2bd57c4f5d390658355ce 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -1228,6 +1228,8 @@ class HGraphBuilder: public AstVisitor { |
| Zone* zone() const { return zone_; } |
| + bool MatchMultiplyAdd(HValue* left, HValue* right, HValue** a, HValue** b, HValue** c); |
| + |
| // The translation state of the currently-being-translated function. |
| FunctionState* function_state_; |