Apply 'make format'
This commit is contained in:
parent
e6be548f72
commit
f6532728f6
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue