From 82460b0da3e6b3a1cba072f8987bd85a41ff7437 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 1 Oct 2017 23:06:16 -0400 Subject: [PATCH] Commentary --- src/V3Ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Ast.h b/src/V3Ast.h index 12e6e0506..02337c860 100644 --- a/src/V3Ast.h +++ b/src/V3Ast.h @@ -1258,7 +1258,7 @@ public: // METHODS - Iterate on a tree AstNode* cloneTree(bool cloneNextLink); - bool gateTree() { return gateTreeIter(); } // Is tree gateOptimizable? + bool gateTree() { return gateTreeIter(); } // Is tree isGateOptimizable? bool sameTree(AstNode* node2p); // Does tree of this == node2p? bool sameGateTree(AstNode* node2p); // Does tree of this == node2p?, not allowing non-isGateOptimizable void deleteTree(); // Always deletes the next link