mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 01:52:17 +02:00
V3Number::setZero can be public. No functional change.
This commit is contained in:
+1
-1
@@ -215,7 +215,7 @@ private:
|
||||
}
|
||||
|
||||
// VISITORS - LINE COVERAGE
|
||||
virtual void visit(AstIf* nodep, AstNUser*) {
|
||||
virtual void visit(AstIf* nodep, AstNUser*) { // Note not AstNodeIf; other types don't get covered
|
||||
UINFO(4," IF: "<<nodep<<endl);
|
||||
if (m_checkBlock) {
|
||||
nodep->ifsp()->iterateAndNext(*this);
|
||||
|
||||
Reference in New Issue
Block a user