Apply 'make format'

This commit is contained in:
github action 2024-03-01 14:15:34 +00:00
parent b12f8b3d73
commit adfe072b89
1 changed files with 2 additions and 1 deletions

View File

@ -473,7 +473,8 @@ class UnknownVisitor final : public VNVisitor {
// Making a scalar would break if we're making an array
&& !VN_IS(nodep->dtypep()->skipRefp(), NodeArrayDType)
&& !(VN_IS(nodep->dtypep()->skipRefp(), NodeUOrStructDType)
&& !VN_CAST(nodep->dtypep()->skipRefp(), NodeUOrStructDType)->packed())) {
&& !VN_CAST(nodep->dtypep()->skipRefp(), NodeUOrStructDType)
->packed())) {
// ARRAYSEL(...) -> COND(LT(bit<maxbit), ARRAYSEL(...), {width{1'bx}})
VNRelinker replaceHandle;
nodep->unlinkFrBack(&replaceHandle);