mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 10:08:59 +08:00
Modules can now contain more than just Functions, this just updates the iteration API to reflect that. The 'begin'/'end' methods have also been updated to iterate over opaque Operations. PiperOrigin-RevId: 257099084