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