Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
IndexVec::indices
instead of reimplementing it
The change is limited to the iteration over indices instead of using `basic_blocks_mut()` directly, in the case the previous implementation intentionally avoided invalidating the caches stored in MIR body.
- Loading branch information