Apply 'make format' [ci skip]
This commit is contained in:
parent
608379d357
commit
b23fd0a7c5
|
|
@ -270,7 +270,7 @@ static inline VlQueue<T> VL_CVT_UNPACK_TO_Q(const VlUnpacked<T, N_Depth>& q) VL_
|
|||
}
|
||||
|
||||
// Masked match functions
|
||||
static inline IData VL_MATCHMASKED_I(int , IData lhs, WDataInP matchp) VL_PURE {
|
||||
static inline IData VL_MATCHMASKED_I(int, IData lhs, WDataInP matchp) VL_PURE {
|
||||
size_t i = 0;
|
||||
while (true) {
|
||||
const IData mask = matchp[i * 2];
|
||||
|
|
|
|||
|
|
@ -352,7 +352,7 @@ class PremitVisitor final : public VNVisitor {
|
|||
if (!nodep->user1SetOnce()) {
|
||||
// Don't want this replicated by V3Expand
|
||||
AstVar* const varp = createTemp(nodep);
|
||||
varp->noSubst(true); // Do not re-inline in V3Subst
|
||||
varp->noSubst(true); // Do not re-inline in V3Subst
|
||||
}
|
||||
}
|
||||
void visit(AstCond* nodep) override {
|
||||
|
|
|
|||
Loading…
Reference in New Issue