From 4a8c7e869f4a601de924d0b1a3fd9bea2af59de1 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 29 May 2020 17:59:35 -0400 Subject: [PATCH] Fix coverage issue --- src/V3LinkInc.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/V3LinkInc.cpp b/src/V3LinkInc.cpp index cf3599958..fa168580d 100644 --- a/src/V3LinkInc.cpp +++ b/src/V3LinkInc.cpp @@ -142,8 +142,7 @@ private: virtual void visit(AstLogOr* nodep) VL_OVERRIDE { unsupported_visit(nodep); } virtual void visit(AstLogEq* nodep) VL_OVERRIDE { unsupported_visit(nodep); } virtual void visit(AstLogIf* nodep) VL_OVERRIDE { unsupported_visit(nodep); } - virtual void visit(AstCond* nodep) VL_OVERRIDE { unsupported_visit(nodep); } - virtual void visit(AstCondBound* nodep) VL_OVERRIDE { unsupported_visit(nodep); } + virtual void visit(AstNodeCond* nodep) VL_OVERRIDE { unsupported_visit(nodep); } void prepost_visit(AstNodeTriop* nodep) { // Check if we are underneath a statement if (!m_insStmtp) {