mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

mir-opt: Do not create storage marks in EarlyOtherwiseBranch Fixes #141212. The first commit add `StorageDead` by creating new indirect BB that makes CFG more complicated, but I think it's better to just not create storage marks. r? mir-opt