From e55ed8eb6698bf4967f1c0f5c3e973f7bb31ccc7 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 9 Nov 2024 08:24:50 -0500 Subject: [PATCH] Commentary --- src/V3Dead.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Dead.cpp b/src/V3Dead.cpp index f2657d703..a957da964 100644 --- a/src/V3Dead.cpp +++ b/src/V3Dead.cpp @@ -540,7 +540,7 @@ public: void V3Dead::deadifyModules(AstNetlist* nodep) { UINFO(2, __FUNCTION__ << ": " << endl); - { + { // node, elimUserVars, elimDTypes, elimScopes, elimCells, elimTopIfaces DeadVisitor{nodep, false, false, false, false, !v3Global.opt.topIfacesSupported()}; } // Destruct before checking V3Global::dumpCheckGlobalTree("deadModules", 0, dumpTreeEitherLevel() >= 6);