From 552a146f9c5bba7d0ae6075b982f769315e48055 Mon Sep 17 00:00:00 2001 From: github action Date: Wed, 22 May 2024 11:54:22 +0000 Subject: [PATCH] Apply 'make format' --- src/V3SenExprBuilder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V3SenExprBuilder.h b/src/V3SenExprBuilder.h index 857ab0d1f..d72fc157b 100644 --- a/src/V3SenExprBuilder.h +++ b/src/V3SenExprBuilder.h @@ -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};