Index: src/compiler/node.h |
diff --git a/src/compiler/node.h b/src/compiler/node.h |
index d6a9b39a56419b4682f1234234b9211e60563418..c73482fa69f72ad69efc0600801a1158699e7641 100644 |
--- a/src/compiler/node.h |
+++ b/src/compiler/node.h |
@@ -186,6 +186,7 @@ class Node final { |
// Returns true if {owner1} and {owner2} are the only users of {this} node. |
bool OwnedBy(Node const* owner1, Node const* owner2) const; |
+ void Print() const; |
private: |
struct Use; |