| Index: src/compiler/instruction-selector.h
|
| diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h
|
| index 644939b2351e2cb9f290fe925f069d77ec852045..b1bcb0fa593bb57eb7dbbc23400695a3f922c09c 100644
|
| --- a/src/compiler/instruction-selector.h
|
| +++ b/src/compiler/instruction-selector.h
|
| @@ -244,6 +244,9 @@ class InstructionSelector final {
|
| // Visit the node and generate code, if any.
|
| void VisitNode(Node* node);
|
|
|
| + // Visit the node and generate code for IEEE 754 functions.
|
| + void VisitFloat64Ieee754Unop(Node*, InstructionCode code);
|
| +
|
| #define DECLARE_GENERATOR(x) void Visit##x(Node* node);
|
| MACHINE_OP_LIST(DECLARE_GENERATOR)
|
| #undef DECLARE_GENERATOR
|
|
|