| Index: src/compiler/simplified-lowering.h
|
| diff --git a/src/compiler/simplified-lowering.h b/src/compiler/simplified-lowering.h
|
| index 70c6cbb916adce5c837d8d45b56f2761e42add97..a69de3cf99a135d0a55cd4566420491b9ce0d2b0 100644
|
| --- a/src/compiler/simplified-lowering.h
|
| +++ b/src/compiler/simplified-lowering.h
|
| @@ -32,6 +32,8 @@ class SimplifiedLowering final {
|
|
|
| void LowerAllNodes();
|
|
|
| + void DoMax(Node* node, Operator const* op, MachineRepresentation rep);
|
| + void DoMin(Node* node, Operator const* op, MachineRepresentation rep);
|
| void DoJSToNumberTruncatesToFloat64(Node* node,
|
| RepresentationSelector* selector);
|
| void DoJSToNumberTruncatesToWord32(Node* node,
|
|
|