mirror of
https://github.com/verilator/verilator.git
synced 2026-09-01 10:27:04 +02:00
Don't move function calls before the expression (#4413)
This commit is contained in:
@@ -253,6 +253,7 @@ private:
|
||||
m_mgIndexHi = lindex;
|
||||
UINFO(9, "Start merge i=" << lindex << " o=" << m_mgOffset << nodep << endl);
|
||||
}
|
||||
void visit(AstExprStmt* nodep) override { iterateChildren(nodep); }
|
||||
//--------------------
|
||||
void visit(AstVar*) override {} // Accelerate
|
||||
void visit(AstNodeExpr*) override {} // Accelerate
|
||||
|
||||
Reference in New Issue
Block a user