Skip to content

Make InsnList derive from Iterable, because it is an iterable

kb1000 requested to merge kb1000/asm:insnlist-iterable into master

Currently a for-each loop on an InsnList isn't supported, even though it could be. This adds support for that.

Merge request reports