This fixes a -Wunused-member-function warning, at the moment
PyRegionIterator is never constructed by anything (the only use was
removed in D111697), and iterating over region lists is just falling
back to a generic python iterator object.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
alternatively I could just remove PyRegionIterator, i'm not sure if there's any significant advantage to using it here?