Index: src/compiler/node.h |
diff --git a/src/compiler/node.h b/src/compiler/node.h |
index 714a27b867f0c7e276bad902fb148d59088a7158..9c2572ea7cf571bbbd382435036ac3250409b0f6 100644 |
--- a/src/compiler/node.h |
+++ b/src/compiler/node.h |
@@ -53,6 +53,7 @@ class Node : public GenericNode<NodeData, Node> { |
: GenericNode<NodeData, Node>(graph, input_count) {} |
void Initialize(Operator* op) { set_op(op); } |
+ void Kill(); |
void CollectProjections(ZoneVector<Node*>* projections); |
Node* FindProjection(int32_t projection_index); |