mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
8cc82ee340
Recognize discriminant reads as no-ops in RemoveNoopLandingPads The cleanup blocks often contain read of discriminants. Teach RemoveNoopLandingPads to recognize them as no-ops to remove additional no-op landing pads.