mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Internals: C++11 style cleanups. No functional change.
This commit is contained in:
+2
-2
@@ -402,8 +402,8 @@ public:
|
||||
void V3Scope::scopeAll(AstNetlist* nodep) {
|
||||
UINFO(2, __FUNCTION__ << ": " << endl);
|
||||
{
|
||||
ScopeVisitor visitor(nodep);
|
||||
ScopeCleanupVisitor cleanVisitor(nodep);
|
||||
ScopeVisitor visitor{nodep};
|
||||
ScopeCleanupVisitor cleanVisitor{nodep};
|
||||
} // Destruct before checking
|
||||
V3Global::dumpCheckGlobalTree("scope", 0, v3Global.opt.dumpTreeLevel(__FILE__) >= 3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user