Index: src/compiler/effect-control-linearizer.h |
diff --git a/src/compiler/effect-control-linearizer.h b/src/compiler/effect-control-linearizer.h |
index 484af15f5a6892cf5c24e836c5d733c9e3f4743d..452fe60713ddc54fa75d07a16522ec7ac82eb39d 100644 |
--- a/src/compiler/effect-control-linearizer.h |
+++ b/src/compiler/effect-control-linearizer.h |
@@ -62,6 +62,8 @@ class EffectControlLinearizer { |
Node* control); |
ValueEffectControl LowerChangeTaggedToUint32(Node* node, Node* effect, |
Node* control); |
+ ValueEffectControl LowerCheckBounds(Node* node, Node* frame_state, |
+ Node* effect, Node* control); |
ValueEffectControl LowerCheckedUint32ToInt32(Node* node, Node* frame_state, |
Node* effect, Node* control); |
ValueEffectControl LowerCheckedFloat64ToInt32(Node* node, Node* frame_state, |