Apply 'make format'

This commit is contained in:
github action 2026-01-17 15:35:34 +00:00
parent e6be548f72
commit f6532728f6
2 changed files with 2 additions and 1 deletions

View File

@ -4869,7 +4869,8 @@ class WidthVisitor final : public VNVisitor {
" member not underneath a supported construct: "
<< nodep->backp()->prettyTypeName());
if (nodep->backp() && (VN_IS(nodep->backp(), Eq) || VN_IS(nodep->backp(), Neq))) return;
if (nodep->backp() && (VN_IS(nodep->backp(), Eq) || VN_IS(nodep->backp(), Neq)))
return;
nodep->replaceWith(new AstConst{nodep->fileline(), AstConst::BitFalse{}});
VL_DO_DANGLING(pushDeletep(nodep), nodep);
return;

0
test_regress/t/t_pattern_unsup_xor.py Normal file → Executable file
View File