|
30 | 30 | _4 = _1; // scope 0 at $DIR/lower_intrinsics.rs:+1:45: +1:46
|
31 | 31 | StorageLive(_5); // scope 0 at $DIR/lower_intrinsics.rs:+1:48: +1:49
|
32 | 32 | _5 = _2; // scope 0 at $DIR/lower_intrinsics.rs:+1:48: +1:49
|
33 |
| -- _3 = wrapping_add::<i32>(move _4, move _5) -> [return: bb1, unwind unreachable]; // scope 0 at $DIR/lower_intrinsics.rs:+1:14: +1:50 |
| 33 | +- _3 = std::intrinsics::wrapping_add::<i32>(move _4, move _5) -> [return: bb1, unwind unreachable]; // scope 0 at $DIR/lower_intrinsics.rs:+1:14: +1:50 |
34 | 34 | - // mir::Constant
|
35 | 35 | - // + span: $DIR/lower_intrinsics.rs:9:14: 9:44
|
36 |
| -- // + literal: Const { ty: extern "rust-intrinsic" fn(i32, i32) -> i32 {wrapping_add::<i32>}, val: Value(<ZST>) } |
| 36 | +- // + literal: Const { ty: extern "rust-intrinsic" fn(i32, i32) -> i32 {std::intrinsics::wrapping_add::<i32>}, val: Value(<ZST>) } |
37 | 37 | + _3 = Add(move _4, move _5); // scope 0 at $DIR/lower_intrinsics.rs:+1:14: +1:50
|
38 | 38 | + goto -> bb1; // scope 0 at $DIR/lower_intrinsics.rs:+1:14: +1:50
|
39 | 39 | }
|
|
46 | 46 | _7 = _1; // scope 1 at $DIR/lower_intrinsics.rs:+2:45: +2:46
|
47 | 47 | StorageLive(_8); // scope 1 at $DIR/lower_intrinsics.rs:+2:48: +2:49
|
48 | 48 | _8 = _2; // scope 1 at $DIR/lower_intrinsics.rs:+2:48: +2:49
|
49 |
| -- _6 = wrapping_sub::<i32>(move _7, move _8) -> [return: bb2, unwind unreachable]; // scope 1 at $DIR/lower_intrinsics.rs:+2:14: +2:50 |
| 49 | +- _6 = std::intrinsics::wrapping_sub::<i32>(move _7, move _8) -> [return: bb2, unwind unreachable]; // scope 1 at $DIR/lower_intrinsics.rs:+2:14: +2:50 |
50 | 50 | - // mir::Constant
|
51 | 51 | - // + span: $DIR/lower_intrinsics.rs:10:14: 10:44
|
52 |
| -- // + literal: Const { ty: extern "rust-intrinsic" fn(i32, i32) -> i32 {wrapping_sub::<i32>}, val: Value(<ZST>) } |
| 52 | +- // + literal: Const { ty: extern "rust-intrinsic" fn(i32, i32) -> i32 {std::intrinsics::wrapping_sub::<i32>}, val: Value(<ZST>) } |
53 | 53 | + _6 = Sub(move _7, move _8); // scope 1 at $DIR/lower_intrinsics.rs:+2:14: +2:50
|
54 | 54 | + goto -> bb2; // scope 1 at $DIR/lower_intrinsics.rs:+2:14: +2:50
|
55 | 55 | }
|
|
0 commit comments