reset cleanout

This commit is contained in:
wsxarcher 2026-03-24 20:50:19 +01:00
parent 69dc32f16a
commit d4c848e8ac
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}