| Index: src/compiler/node.h
|
| diff --git a/src/compiler/node.h b/src/compiler/node.h
|
| index c73482fa69f72ad69efc0600801a1158699e7641..493518712c265375ab22558192d9239a4f2b3fbf 100644
|
| --- a/src/compiler/node.h
|
| +++ b/src/compiler/node.h
|
| @@ -100,6 +100,7 @@ class Node final {
|
|
|
| void AppendInput(Zone* zone, Node* new_to);
|
| void InsertInput(Zone* zone, int index, Node* new_to);
|
| + void InsertInputs(Zone* zone, int index, int count);
|
| void RemoveInput(int index);
|
| void NullAllInputs();
|
| void TrimInputCount(int new_input_count);
|
|
|