| Index: src/compiler/common-operator.h
|
| diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h
|
| index 576a82567b292c90c6908f7fd98bfae9e5e57323..2b6beb88a405e0c59e5e792e589f7279d15c0bae 100644
|
| --- a/src/compiler/common-operator.h
|
| +++ b/src/compiler/common-operator.h
|
| @@ -155,6 +155,7 @@ class CommonOperatorBuilder final : public ZoneObject {
|
| const Operator* Call(const CallDescriptor* descriptor);
|
| const Operator* TailCall(const CallDescriptor* descriptor);
|
| const Operator* Projection(size_t index);
|
| + const Operator* LazyBailout();
|
|
|
| // Constructs a new merge or phi operator with the same opcode as {op}, but
|
| // with {size} inputs.
|
|
|