mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-26 20:08:44 +00:00
Avoid spurious copy in IdStringCollector::trace_named()
This commit is contained in:
parent
bfd1401b32
commit
2c0448a81b
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ struct IdStringCollector {
|
|||
trace(selection_var.selected_modules);
|
||||
trace(selection_var.selected_members);
|
||||
}
|
||||
void trace_named(const RTLIL::NamedObject named) {
|
||||
void trace_named(const RTLIL::NamedObject &named) {
|
||||
trace_keys(named.attributes);
|
||||
trace(named.name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue