mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 20:37:14 +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.