Internals: Cleanup some user() comments. No functional change.

Fixes #8048.
This commit is contained in:
Wilson Snyder
2026-08-08 13:05:05 -04:00
parent 18844537bd
commit 7601011bba
17 changed files with 33 additions and 30 deletions
+3 -1
View File
@@ -36,11 +36,13 @@ VL_DEFINE_DEBUG_FUNCTIONS;
// Active class functions
class ActiveTopVisitor final : public VNVisitor {
// NODE STATE
// AstVarScope::user1() // bool. Processed
// STATE
SenTreeFinder m_finder; // Find global sentree's / add them under the AstTopScope
// METHODS
static bool isInitial(AstNode* nodep) {
const VNUser1InUse user1InUse;
// Return true if no variables that read.