| Index: src/compiler/effect-control-linearizer.h
|
| diff --git a/src/compiler/effect-control-linearizer.h b/src/compiler/effect-control-linearizer.h
|
| index 90d37d6edce97b7c886d0ae00c0c4031731949ab..7d7f938b765bbe8d1e96753a1168583525ce3ce1 100644
|
| --- a/src/compiler/effect-control-linearizer.h
|
| +++ b/src/compiler/effect-control-linearizer.h
|
| @@ -41,7 +41,7 @@ class EffectControlLinearizer {
|
| };
|
|
|
| bool TryWireInStateEffect(Node* node, Node** effect, Node** control);
|
| - ValueEffectControl LowerGuard(Node* node, Node* effect, Node* control);
|
| + ValueEffectControl LowerTypeGuard(Node* node, Node* effect, Node* control);
|
| ValueEffectControl LowerChangeBitToTagged(Node* node, Node* effect,
|
| Node* control);
|
| ValueEffectControl LowerChangeInt31ToTaggedSigned(Node* node, Node* effect,
|
|
|