Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index 3748970585155bb876219b0a70a777aa9b49e32f..a19b24f4ba2666475b4affe7dd6a4d8a97787dce 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -1228,6 +1228,9 @@ 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_; |