| Index: src/compiler/node-properties.h
|
| diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
|
| index 58005a7153dd63032149e6bff7ef5707bb19f392..78ffd1d0efeef03b5f45d1c0c4d6726321972211 100644
|
| --- a/src/compiler/node-properties.h
|
| +++ b/src/compiler/node-properties.h
|
| @@ -81,7 +81,7 @@ class NodeProperties final {
|
|
|
| static void ReplaceValueInput(Node* node, Node* value, int index);
|
| static void ReplaceContextInput(Node* node, Node* context);
|
| - static void ReplaceControlInput(Node* node, Node* control);
|
| + static void ReplaceControlInput(Node* node, Node* control, int index = 0);
|
| static void ReplaceEffectInput(Node* node, Node* effect, int index = 0);
|
| static void ReplaceFrameStateInput(Node* node, int index, Node* frame_state);
|
| static void RemoveFrameStateInput(Node* node, int index);
|
|
|