rm the warning message

This commit is contained in:
Yilou Wang 2026-03-03 14:56:04 +01:00
parent d7557ca355
commit a05be6ac82
1 changed files with 1 additions and 1 deletions

View File

@ -1912,7 +1912,7 @@ class ConstraintExprVisitor final : public VNVisitor {
} else if (const AstMemberSel* const mselp = VN_CAST(nodep->exprp(), MemberSel)) {
varName = mselp->name();
} else {
nodep->v3warn(E_UNSUPPORTED, "Unsupported expression in disable soft");
nodep->v3fatalSrc("Unexpected expression type in disable soft");
return;
}
AstCMethodHard* const callp = new AstCMethodHard{