| Index: src/compiler/js-builtin-reducer.h
|
| diff --git a/src/compiler/js-builtin-reducer.h b/src/compiler/js-builtin-reducer.h
|
| index 13927f6b213638b85bf719f402f15ca2fdb31d33..e5a1b8356567d089202c9d05830e269c5fbdcc1f 100644
|
| --- a/src/compiler/js-builtin-reducer.h
|
| +++ b/src/compiler/js-builtin-reducer.h
|
| @@ -33,6 +33,7 @@ class JSBuiltinReducer FINAL : public Reducer {
|
| Reduction ReduceMathSqrt(Node* node);
|
| Reduction ReduceMathMax(Node* node);
|
| Reduction ReduceMathImul(Node* node);
|
| + Reduction ReduceMathFround(Node* node);
|
|
|
| JSGraph* jsgraph_;
|
| SimplifiedOperatorBuilder simplified_;
|
|
|