mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 00:30:34 +02:00
Internals: Cleanup some user() comments. No functional change.
Fixes #8048.
This commit is contained in:
@@ -380,6 +380,8 @@ public:
|
||||
void V3FuncOpt::funcOptAll(AstNetlist* nodep) {
|
||||
UINFO(2, __FUNCTION__ << ":");
|
||||
{
|
||||
// NODE STATE
|
||||
// AstNode::user1() -> bool. Processed
|
||||
const VNUser1InUse user1InUse;
|
||||
FuncOptStats stats;
|
||||
for (AstNodeModule* modp = nodep->modulesp(); modp;
|
||||
|
||||
Reference in New Issue
Block a user