mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 21:17:16 +00:00
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.