diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2024-04-14 18:22:35 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2024-04-18 09:35:35 -0700 |
| commit | d05545c05d9399a70a796cfd18b60416909e2d6b (patch) | |
| tree | 711f47a23d6a9db3dac3c468d51947e2fef793de /tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.DataflowConstProp.64bit.panic-unwind.diff | |
| parent | c5de414865186e55332f7929495daa2d930f0946 (diff) | |
| download | rust-d05545c05d9399a70a796cfd18b60416909e2d6b.tar.gz rust-d05545c05d9399a70a796cfd18b60416909e2d6b.zip | |
At debuginfo=0, don't inline debuginfo when inlining
Diffstat (limited to 'tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.DataflowConstProp.64bit.panic-unwind.diff')
| -rw-r--r-- | tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.DataflowConstProp.64bit.panic-unwind.diff | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.DataflowConstProp.64bit.panic-unwind.diff b/tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.DataflowConstProp.64bit.panic-unwind.diff index a705d0064cb..2e75a63e290 100644 --- a/tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.DataflowConstProp.64bit.panic-unwind.diff +++ b/tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.DataflowConstProp.64bit.panic-unwind.diff @@ -12,16 +12,13 @@ let _3: std::ptr::Unique<[bool]>; let mut _4: std::ptr::Unique<[bool; 0]>; scope 3 { - debug ptr => _3; } scope 4 (inlined Unique::<[bool; 0]>::dangling) { let mut _5: std::ptr::NonNull<[bool; 0]>; scope 5 (inlined NonNull::<[bool; 0]>::dangling) { let _6: *mut [bool; 0]; scope 6 { - debug ptr => _6; scope 10 (inlined NonNull::<[bool; 0]>::new_unchecked) { - debug ptr => _6; let mut _8: bool; let _9: (); let mut _10: *mut (); @@ -37,7 +34,6 @@ scope 8 (inlined align_of::<[bool; 0]>) { } scope 9 (inlined without_provenance_mut::<[bool; 0]>) { - debug addr => _7; } } } |
