4668123945
To reproduce the changes in this commit locally: - Run `./x test tidy` and remove all the output files not associated with a test file anymore, as reported by tidy. - Run `./x test tests/mir-opt --bless` to generate the new outputs.
25 lines
1.3 KiB
Diff
25 lines
1.3 KiB
Diff
- // MIR for `inlined_no_sanitize` before Inline
|
|
+ // MIR for `inlined_no_sanitize` after Inline
|
|
|
|
fn inlined_no_sanitize() -> () {
|
|
let mut _0: (); // return place in scope 0 at $DIR/inline_compatibility.rs:+0:37: +0:37
|
|
let _1: (); // in scope 0 at $DIR/inline_compatibility.rs:+1:5: +1:18
|
|
+ scope 1 (inlined no_sanitize) { // at $DIR/inline_compatibility.rs:25:5: 25:18
|
|
+ }
|
|
|
|
bb0: {
|
|
StorageLive(_1); // scope 0 at $DIR/inline_compatibility.rs:+1:5: +1:18
|
|
- _1 = no_sanitize() -> [return: bb1, unwind unreachable]; // scope 0 at $DIR/inline_compatibility.rs:+1:5: +1:18
|
|
- // mir::Constant
|
|
- // + span: $DIR/inline_compatibility.rs:25:5: 25:16
|
|
- // + literal: Const { ty: unsafe fn() {no_sanitize}, val: Value(<ZST>) }
|
|
- }
|
|
-
|
|
- bb1: {
|
|
StorageDead(_1); // scope 0 at $DIR/inline_compatibility.rs:+1:18: +1:19
|
|
_0 = const (); // scope 0 at $DIR/inline_compatibility.rs:+0:37: +2:2
|
|
return; // scope 0 at $DIR/inline_compatibility.rs:+2:2: +2:2
|
|
}
|
|
}
|
|
|