summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff18
1 files changed, 7 insertions, 11 deletions
diff --git a/tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff b/tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff
index cadf05152..98d9d24af 100644
--- a/tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff
+++ b/tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff
@@ -2,22 +2,18 @@
+ // MIR for `generic` after InstSimplify
fn generic() -> () {
- let mut _0: (); // return place in scope 0 at $DIR/dont_yeet_assert.rs:+0:21: +0:21
- let _1: (); // in scope 0 at $DIR/dont_yeet_assert.rs:+1:5: +1:61
+ let mut _0: ();
+ let _1: ();
bb0: {
- StorageLive(_1); // scope 0 at $DIR/dont_yeet_assert.rs:+1:5: +1:61
- _1 = assert_mem_uninitialized_valid::<&T>() -> [return: bb1, unwind unreachable]; // scope 0 at $DIR/dont_yeet_assert.rs:+1:5: +1:61
- // mir::Constant
- // + span: $DIR/dont_yeet_assert.rs:10:5: 10:59
- // + user_ty: UserType(0)
- // + literal: Const { ty: extern "rust-intrinsic" fn() {assert_mem_uninitialized_valid::<&T>}, val: Value(<ZST>) }
+ StorageLive(_1);
+ _1 = assert_mem_uninitialized_valid::<&T>() -> [return: bb1, unwind unreachable];
}
bb1: {
- StorageDead(_1); // scope 0 at $DIR/dont_yeet_assert.rs:+1:61: +1:62
- _0 = const (); // scope 0 at $DIR/dont_yeet_assert.rs:+0:21: +2:2
- return; // scope 0 at $DIR/dont_yeet_assert.rs:+2:2: +2:2
+ StorageDead(_1);
+ _0 = const ();
+ return;
}
}