mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
d3d6c126d3
It used to ICE when hitting an `assert_ne!(location.block, successor.block` due to hitting a self-dominating bb Fixed by checking *strict* domination instead of normal one