From d4c848e8acb4065684439ff61de09d955d95706b Mon Sep 17 00:00:00 2001 From: wsxarcher Date: Tue, 24 Mar 2026 20:50:19 +0100 Subject: [PATCH] reset cleanout --- src/V3AstNodeStmt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/V3AstNodeStmt.h b/src/V3AstNodeStmt.h index d5eb0b884..71bb11e71 100644 --- a/src/V3AstNodeStmt.h +++ b/src/V3AstNodeStmt.h @@ -651,6 +651,7 @@ public: bool isOutputter() override { return true; } bool isPredictOptimizable() const override { return false; } bool isPure() override { return false; } + virtual bool cleanOut() const { return true; } bool sameNode(const AstNode* samep) const override { return ctlType() == VN_DBG_AS(samep, DumpCtl)->ctlType(); }