mirror of
https://github.com/verilator/verilator.git
synced 2025-01-07 15:17:36 +00:00
Remove false unoptimizable warning under debug
This commit is contained in:
parent
8a5b8d5f38
commit
c0c038c887
@ -861,7 +861,6 @@ private:
|
|||||||
|
|
||||||
virtual void visit(AstScopeName *nodep) {
|
virtual void visit(AstScopeName *nodep) {
|
||||||
if (jumpingOver(nodep)) return;
|
if (jumpingOver(nodep)) return;
|
||||||
if (!m_params) { badNodeType(nodep); return; }
|
|
||||||
// Ignore
|
// Ignore
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user