]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/uninhabited_enum.process_never.SimplifyLocals.after.mir
Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum
[rust.git] / src / test / mir-opt / uninhabited_enum.process_never.SimplifyLocals.after.mir
index c17fe3bb757575195e4880e2312a579449ce294a..aa6a4cac350b53468a52551964f4a604408c39a4 100644 (file)
@@ -12,7 +12,6 @@ fn process_never(_1: *const !) -> () {
 
     bb0: {
         StorageLive(_2);                 // scope 0 at $DIR/uninhabited-enum.rs:8:8: 8:14
-        _2 = &(*_1);                     // scope 2 at $DIR/uninhabited-enum.rs:8:26: 8:33
         StorageDead(_2);                 // scope 0 at $DIR/uninhabited-enum.rs:9:1: 9:2
         unreachable;                     // scope 0 at $DIR/uninhabited-enum.rs:7:39: 9:2
     }