| Index: src/compiler/js-intrinsic-lowering.h
|
| diff --git a/src/compiler/js-intrinsic-lowering.h b/src/compiler/js-intrinsic-lowering.h
|
| index 87ea5d1c502441d04966c98a6a525fe455563ac7..d96c7b93ee6778d2e8e0aeaa1590bf59fe223a50 100644
|
| --- a/src/compiler/js-intrinsic-lowering.h
|
| +++ b/src/compiler/js-intrinsic-lowering.h
|
| @@ -60,6 +60,7 @@ class JSIntrinsicLowering final : public AdvancedReducer {
|
| Reduction ReduceCall(Node* node);
|
| Reduction ReduceNewObject(Node* node);
|
| Reduction ReduceGetSuperConstructor(Node* node);
|
| + Reduction ReduceSameValueZero(Node* node);
|
|
|
| Reduction Change(Node* node, const Operator* op);
|
| Reduction Change(Node* node, const Operator* op, Node* a, Node* b);
|
|
|