Index: src/compiler/graph.h |
diff --git a/src/compiler/graph.h b/src/compiler/graph.h |
index 65ea3b30a42c4a1dc286832f55ea86003cd2f41e..fe44a0a620d164b4383fd4c5715123256fd85b63 100644 |
--- a/src/compiler/graph.h |
+++ b/src/compiler/graph.h |
@@ -67,6 +67,8 @@ class Graph : public GenericGraph<Node> { |
template <class Visitor> |
void VisitNodeInputsFromEnd(Visitor* visitor); |
+ void Decorate(Node* node); |
+ |
void AddDecorator(GraphDecorator* decorator) { |
decorators_.push_back(decorator); |
} |