mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 08:38:09 +00:00
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`