| Index: src/compiler/node.h
|
| diff --git a/src/compiler/node.h b/src/compiler/node.h
|
| index d7c7ede60fca03610674af1dac6855e5e9c5a520..be6adfe5f7398eb2363cfe4468ec5d5419812e73 100644
|
| --- a/src/compiler/node.h
|
| +++ b/src/compiler/node.h
|
| @@ -55,6 +55,7 @@ class Node : public GenericNode<NodeData, Node> {
|
| void Initialize(Operator* op) { set_op(op); }
|
|
|
| void CollectProjections(int projection_count, Node** projections);
|
| + Node* FindProjection(int32_t projection_index);
|
| };
|
|
|
| OStream& operator<<(OStream& os, const Node& n);
|
|
|