mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 08:16:07 +03:00
feca2c229e
SimplifyComparisonIntegral: fix miscompilation Fixes #76432 Only insert StorageDeads if we actually removed one. Fixes an issue where we added StorageDead to a place with no StorageLive r? `@oli-obk`