| Index: src/compiler/common-operator.h
|
| diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h
|
| index 77d53de8f35d137cd5a80bf500b61743513d3850..0357de60da00da2d1724a1200bee0d0766abd2fa 100644
|
| --- a/src/compiler/common-operator.h
|
| +++ b/src/compiler/common-operator.h
|
| @@ -202,6 +202,9 @@ class CommonOperatorBuilder final : public ZoneObject {
|
| const Operator* Phi(MachineRepresentation representation,
|
| int value_input_count);
|
| const Operator* EffectPhi(int effect_input_count);
|
| + const Operator* LoopExit();
|
| + const Operator* LoopExitValue();
|
| + const Operator* LoopExitEffect();
|
| const Operator* Checkpoint();
|
| const Operator* BeginRegion(RegionObservability);
|
| const Operator* FinishRegion();
|
|
|