mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 07:33:49 +02:00
Internals: More const. No functional change intended.
This commit is contained in:
+1
-1
@@ -401,7 +401,7 @@ public:
|
||||
void V3Scope::scopeAll(AstNetlist* nodep) {
|
||||
UINFO(2, __FUNCTION__ << ": " << endl);
|
||||
{
|
||||
ScopeVisitor visitor{nodep};
|
||||
const ScopeVisitor visitor{nodep};
|
||||
ScopeCleanupVisitor{nodep};
|
||||
} // Destruct before checking
|
||||
V3Global::dumpCheckGlobalTree("scope", 0, v3Global.opt.dumpTreeLevel(__FILE__) >= 3);
|
||||
|
||||
Reference in New Issue
Block a user