Fix unhandled overloads in V3InstrCount (#4324)

This commit is contained in:
Krzysztof Boroński 2023-06-28 14:49:56 +02:00 committed by GitHub
parent ba47c01a01
commit b252bb048f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -147,12 +147,6 @@ private:
iterateAndNextConstNull(nodep->lsbp());
iterateAndNextConstNull(nodep->widthp());
}
void visit(AstSliceSel* nodep) override { // LCOV_EXCL_LINE
nodep->v3fatalSrc("AstSliceSel unhandled");
}
void visit(AstMemberSel* nodep) override { // LCOV_EXCL_LINE
nodep->v3fatalSrc("AstMemberSel unhandled");
}
void visit(AstConcat* nodep) override {
if (m_ignoreRemaining) return;
// Nop.