rust/compiler
Tomasz Miąsko d5a91f3114 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.
2021-11-20 10:12:05 +01:00
..
2021-11-19 07:52:59 +11:00
2021-11-15 10:14:29 +01:00
2021-11-07 16:59:05 +01:00
2021-11-16 08:06:31 +00:00