Apply 'make format'

This commit is contained in:
github action 2023-10-14 19:20:22 +00:00
parent 7eb09c3445
commit fa8eaf7355

View File

@ -326,9 +326,10 @@ private:
= nodep->exprp()->dtypep()->dimensions(false);
UINFO(4, " PINVAR " << nodep->modVarp() << endl);
UINFO(4, " EXP " << nodep->exprp() << endl);
UINFO(4, " expwidth=" << expwidth << " modwidth=" << modwidth << " expDim(p,u)=" << expDim.first
<< "," << expDim.second << " pinDim(p,u)=" << pinDim.first << ","
<< pinDim.second << endl);
UINFO(4, " expwidth=" << expwidth << " modwidth=" << modwidth
<< " expDim(p,u)=" << expDim.first << "," << expDim.second
<< " pinDim(p,u)=" << pinDim.first << "," << pinDim.second
<< endl);
if (expDim.second == pinDim.second + 1) {
// Connection to array, where array dimensions match the instant dimension
const AstRange* const rangep