| Index: src/compiler/common-operator.h
|
| diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h
|
| index c2a7a37a08122b1c8111e9b375f1410b6e8bde90..912f8a6dec8b77dc9cbc61e872dff041b54b2822 100644
|
| --- a/src/compiler/common-operator.h
|
| +++ b/src/compiler/common-operator.h
|
| @@ -186,7 +186,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* Checkpoint();
|
| const Operator* BeginRegion();
|
| const Operator* FinishRegion();
|
| const Operator* StateValues(int arguments);
|
|
|