Reverted unrelated whitespace change
This commit is contained in:
parent
873d2c616c
commit
9ca4fa417f
|
|
@ -852,8 +852,9 @@ class DelayedVisitor final : public VNVisitor {
|
||||||
AstVarScope* const flagVscp = createTemp(flp, scopep, "__VdlySet" + baseName, 1);
|
AstVarScope* const flagVscp = createTemp(flp, scopep, "__VdlySet" + baseName, 1);
|
||||||
flagVscp->varp()->setIgnorePostWrite();
|
flagVscp->varp()->setIgnorePostWrite();
|
||||||
// Set the flag at the original NBA
|
// Set the flag at the original NBA
|
||||||
nodep->addHereThisAsNext(new AstAssign{flp, new AstVarRef{flp, flagVscp, VAccess::WRITE},
|
nodep->addHereThisAsNext( //
|
||||||
new AstConst{flp, AstConst::BitTrue{}}});
|
new AstAssign{flp, new AstVarRef{flp, flagVscp, VAccess::WRITE},
|
||||||
|
new AstConst{flp, AstConst::BitTrue{}}});
|
||||||
// Add the 'Post' scheduled commit
|
// Add the 'Post' scheduled commit
|
||||||
AstIf* const ifp = new AstIf{flp, new AstVarRef{flp, flagVscp, VAccess::READ}};
|
AstIf* const ifp = new AstIf{flp, new AstVarRef{flp, flagVscp, VAccess::READ}};
|
||||||
vscpInfo.flagUniqueKit().postp->addStmtsp(ifp);
|
vscpInfo.flagUniqueKit().postp->addStmtsp(ifp);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue