forked from github/verilator
Avoid extra clean ANDs after CCalls.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
parent
8d14463b18
commit
e190af9d87
@ -273,6 +273,7 @@ private:
|
|||||||
virtual void visit(AstCCall* nodep, AstNUser*) {
|
virtual void visit(AstCCall* nodep, AstNUser*) {
|
||||||
nodep->iterateChildren(*this);
|
nodep->iterateChildren(*this);
|
||||||
insureCleanAndNext (nodep->argsp());
|
insureCleanAndNext (nodep->argsp());
|
||||||
|
setClean (nodep, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------
|
//--------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user