diff --git a/src/V3Dfg.cpp b/src/V3Dfg.cpp index 89aad3238..ddc874579 100644 --- a/src/V3Dfg.cpp +++ b/src/V3Dfg.cpp @@ -694,7 +694,8 @@ void DfgVertex::typeCheck(const DfgGraph& dfg) const { case VDfgType::SAnd: case VDfgType::SOr: case VDfgType::SThroughout: { - UASSERT_OBJ(false, this, "SAnd/SOr/SThroughout should be removed before DFG"); // LCOV_EXCL_LINE + UASSERT_OBJ(false, this, + "SAnd/SOr/SThroughout should be removed before DFG"); // LCOV_EXCL_LINE return; // LCOV_EXCL_LINE }