| Index: src/compiler/common-operator.h
|
| diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h
|
| index 71752640c1363594ff22fee5bf7dcf1085bbc955..cb3a5154a11b0273e18c0e70ded8c042a022e8b3 100644
|
| --- a/src/compiler/common-operator.h
|
| +++ b/src/compiler/common-operator.h
|
| @@ -190,6 +190,7 @@ class CommonOperatorBuilder final : public ZoneObject {
|
| const Operator* Phi(MachineRepresentation representation,
|
| int value_input_count);
|
| const Operator* EffectPhi(int effect_input_count);
|
| + const Operator* CheckPoint();
|
| const Operator* Guard(Type* type);
|
| const Operator* BeginRegion();
|
| const Operator* FinishRegion();
|
|
|