mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 18:58:51 +02:00
Internals: cppcheck fixes. No functional change. (#6687)
This commit is contained in:
@@ -2394,7 +2394,7 @@ struct MTaskVxIdLessThan final {
|
||||
}
|
||||
};
|
||||
|
||||
AstNodeStmt* V3Order::createParallel(OrderGraph& orderGraph, OrderMoveGraph& moveGraph,
|
||||
AstNodeStmt* V3Order::createParallel(const OrderGraph& orderGraph, OrderMoveGraph& moveGraph,
|
||||
const std::string& tag, bool slow) {
|
||||
UINFO(2, " Constructing parallel code for '" + tag + "'");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user