| Index: src/compiler/effect-control-linearizer.h
|
| diff --git a/src/compiler/effect-control-linearizer.h b/src/compiler/effect-control-linearizer.h
|
| index 280b4b7735c5a72b3f6e884b7f34f26e64e69d42..52028cd6b2676b5e70157633044dba03a2ccca58 100644
|
| --- a/src/compiler/effect-control-linearizer.h
|
| +++ b/src/compiler/effect-control-linearizer.h
|
| @@ -64,6 +64,8 @@ class EffectControlLinearizer {
|
| Node* control);
|
| ValueEffectControl LowerCheckBounds(Node* node, Node* frame_state,
|
| Node* effect, Node* control);
|
| + ValueEffectControl LowerCheckNumber(Node* node, Node* frame_state,
|
| + Node* effect, Node* control);
|
| ValueEffectControl LowerCheckTaggedPointer(Node* node, Node* frame_state,
|
| Node* effect, Node* control);
|
| ValueEffectControl LowerCheckTaggedSigned(Node* node, Node* frame_state,
|
|
|