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