| Index: src/compiler/instruction-selector.h
|
| diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h
|
| index 237f8962ba54a7d1c802fe030054e24d2e5e37cf..8dcb93bd8e6e8a6e772ccded0413c63b50104c6c 100644
|
| --- a/src/compiler/instruction-selector.h
|
| +++ b/src/compiler/instruction-selector.h
|
| @@ -202,6 +202,7 @@ class InstructionSelector final {
|
| #undef DECLARE_GENERATOR
|
|
|
| void VisitFinishRegion(Node* node);
|
| + void VisitGuard(Node* node);
|
| void VisitParameter(Node* node);
|
| void VisitIfException(Node* node);
|
| void VisitOsrValue(Node* node);
|
|
|