Skip to content

Commit

Permalink
commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
gezalore committed Nov 10, 2024
1 parent 6f5cff3 commit 07bfefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/V3FuncOpt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class BalanceConcatTree final {
terms.emplace_back(exprp);
}

// Gather terms in the tree of given type, rooted at the given vertex.
// Gather terms in the tree rooted at the given node.
// Results are right to left, that is, index 0 in the returned vector
// is the rightmost term, index size()-1 is the leftmost term.
static std::vector<AstNodeExpr*> gatherTerms(AstConcat* rootp) {
Expand Down

0 comments on commit 07bfefa

Please sign in to comment.