Apply 'make format'
This commit is contained in:
parent
62ffe43a82
commit
1096740113
|
|
@ -616,8 +616,7 @@ public:
|
|||
// Wide functions assign into the array directly, don't need separate assign statement
|
||||
m_wideTempRefp = VN_AS(nodep->lhsp(), VarRef);
|
||||
paren = false;
|
||||
} else if (nodep->isWide() && !unpackDtp
|
||||
&& !VN_IS(nodep->rhsp(), Const)) {
|
||||
} else if (nodep->isWide() && !unpackDtp && !VN_IS(nodep->rhsp(), Const)) {
|
||||
putnbs(nodep, "VL_ASSIGN_W(");
|
||||
puts(cvtToStr(nodep->widthMin()) + ", ");
|
||||
iterateAndNextConstNull(nodep->lhsp());
|
||||
|
|
|
|||
Loading…
Reference in New Issue