Simplify some RTLIL destructors
authorRupert Swarbrick <rswarbrick@gmail.com>
Mon, 20 Apr 2020 14:58:30 +0000 (15:58 +0100)
committerZachary Snow <zachary.j.snow@gmail.com>
Mon, 14 Jun 2021 16:06:08 +0000 (12:06 -0400)
commit081111714eed9cbc3dacac766cad85de30e98073
treea9b13a2f3a1aa7391bd815f98bdfa2b3963b4f52
parent801ecc0e1d75f092981361632265edce67130a73
Simplify some RTLIL destructors

No change in behaviour, but use range-based for loops instead of
iterators.
kernel/rtlil.cc