Avoid unnecessary copy of a potential large constant value.
authorHenner Zeller <h.zeller@acm.org>
Mon, 6 Jun 2022 20:50:32 +0000 (13:50 -0700)
committerLofty <dan.ravensloft@gmail.com>
Thu, 9 Jun 2022 15:05:51 +0000 (16:05 +0100)
commit9d41aa8e2888577fc2a57179b8d4a9a3a4e03f59
tree08701a412223d4726f98f5b5448bb384fc86f913
parent6e8e4b4550c27c6c2f2e6d17877e5b8613f04317
Avoid unnecessary copy of a potential large constant value.

The local variable is used just to iterate through the values, so
a const reference is all we need.
passes/fsm/fsmdata.h