File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ pub fn test() {
30
30
// CHECK: [[S_b:%[0-9]+]] = bitcast %"2.std::option::Option<i32>"** %b to i8*
31
31
// CHECK: call void @llvm.lifetime.start(i{{[0-9 ]+}}, i8* [[S_b]])
32
32
33
- // CHECK: [[S_tmp2 :%[0-9]+]] = bitcast %"2.std::option::Option<i32>"* %tmp2 to i8*
34
- // CHECK: call void @llvm.lifetime.start(i{{[0-9 ]+}}, i8* [[S_tmp2 ]])
33
+ // CHECK: [[S_local5 :%[0-9]+]] = bitcast %"2.std::option::Option<i32>"* %local5 to i8*
34
+ // CHECK: call void @llvm.lifetime.start(i{{[0-9 ]+}}, i8* [[S_local5 ]])
35
35
36
- // CHECK: [[E_tmp2 :%[0-9]+]] = bitcast %"2.std::option::Option<i32>"* %tmp2 to i8*
37
- // CHECK: call void @llvm.lifetime.end(i{{[0-9 ]+}}, i8* [[E_tmp2 ]])
36
+ // CHECK: [[E_local5 :%[0-9]+]] = bitcast %"2.std::option::Option<i32>"* %local5 to i8*
37
+ // CHECK: call void @llvm.lifetime.end(i{{[0-9 ]+}}, i8* [[E_local5 ]])
38
38
39
39
// CHECK: [[E_b:%[0-9]+]] = bitcast %"2.std::option::Option<i32>"** %b to i8*
40
40
// CHECK: call void @llvm.lifetime.end(i{{[0-9 ]+}}, i8* [[E_b]])
You can’t perform that action at this time.
0 commit comments