Apply 'make format'

This commit is contained in:
github action 2024-05-22 11:54:22 +00:00
parent 913679f261
commit 552a146f9c

View File

@ -167,7 +167,8 @@ class SenExprBuilder final {
case VEdgeType::ET_CHANGED:
case VEdgeType::ET_HYBRID: //
if (VN_IS(senp->dtypep()->skipRefp(), UnpackArrayDType)) {
// operand order reversed to avoid calling neq() method on non-VlUnpacked type, see issue #5125
// operand order reversed to avoid calling neq() method on non-VlUnpacked type, see
// issue #5125
AstCMethodHard* const resultp = new AstCMethodHard{flp, prevp(), "neq", currp()};
resultp->dtypeSetBit();
return {resultp, true};