summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/dead-store-elimination/call_arg_copy.move_simple.DeadStoreElimination.panic-abort.diff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/dead-store-elimination/call_arg_copy.move_simple.DeadStoreElimination.panic-abort.diff')
-rw-r--r--tests/mir-opt/dead-store-elimination/call_arg_copy.move_simple.DeadStoreElimination.panic-abort.diff23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/mir-opt/dead-store-elimination/call_arg_copy.move_simple.DeadStoreElimination.panic-abort.diff b/tests/mir-opt/dead-store-elimination/call_arg_copy.move_simple.DeadStoreElimination.panic-abort.diff
new file mode 100644
index 000000000..8f799b33f
--- /dev/null
+++ b/tests/mir-opt/dead-store-elimination/call_arg_copy.move_simple.DeadStoreElimination.panic-abort.diff
@@ -0,0 +1,23 @@
+- // MIR for `move_simple` before DeadStoreElimination
++ // MIR for `move_simple` after DeadStoreElimination
+
+ fn move_simple(_1: i32) -> () {
+ debug x => _1;
+ let mut _0: ();
+ let _2: ();
+- let mut _3: i32;
+- let mut _4: i32;
+
+ bb0: {
+ StorageLive(_2);
+- _2 = use_both(_1, _1) -> [return: bb1, unwind unreachable];
++ _2 = use_both(_1, move _1) -> [return: bb1, unwind unreachable];
+ }
+
+ bb1: {
+ StorageDead(_2);
+ _0 = const ();
+ return;
+ }
+ }
+