summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/reference_prop.mut_raw_then_mut_shr.ReferencePropagation.diff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/reference_prop.mut_raw_then_mut_shr.ReferencePropagation.diff')
-rw-r--r--tests/mir-opt/reference_prop.mut_raw_then_mut_shr.ReferencePropagation.diff9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/mir-opt/reference_prop.mut_raw_then_mut_shr.ReferencePropagation.diff b/tests/mir-opt/reference_prop.mut_raw_then_mut_shr.ReferencePropagation.diff
index 9ec8f9d78..747028e12 100644
--- a/tests/mir-opt/reference_prop.mut_raw_then_mut_shr.ReferencePropagation.diff
+++ b/tests/mir-opt/reference_prop.mut_raw_then_mut_shr.ReferencePropagation.diff
@@ -13,16 +13,15 @@
debug x => _1;
let _2: &mut i32;
scope 2 {
-- debug xref => _2;
-+ debug xref => &_1;
+ debug xref => _2;
let _3: *mut i32;
scope 3 {
- debug xraw => _3;
-+ debug xraw => &_1;
++ debug xraw => _2;
let _6: &i32;
scope 4 {
- debug xshr => _6;
-+ debug xshr => &_1;
++ debug xshr => _2;
let _7: i32;
scope 5 {
debug a => _7;
@@ -38,7 +37,7 @@
StorageLive(_1);
_1 = const 2_i32;
- StorageLive(_2);
-- _2 = &mut _1;
+ _2 = &mut _1;
- StorageLive(_3);
- StorageLive(_4);
- StorageLive(_5);