mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
61efd19024
Refactor AddCallGuards in two loops. This PR splits the pass into an analysis loop and a change loop. This allows to avoid invalidating CFG caches if there are no changes to be performed. r? `@ghost` for perf