File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ pub fn test() {
2727 let b = & Some ( a) ;
2828 & b; // keep variable in an alloca
2929
30- // CHECK: [[S_b:%[0-9]+]] = bitcast %"2.std ::option::Option<i32>"** %b to i8*
30+ // CHECK: [[S_b:%[0-9]+]] = bitcast %"core ::option::Option<i32>"** %b to i8*
3131// CHECK: call void @llvm.lifetime.start(i{{[0-9 ]+}}, i8* [[S_b]])
3232
33- // CHECK: [[S__5:%[0-9]+]] = bitcast %"2.std ::option::Option<i32>"* %_5 to i8*
33+ // CHECK: [[S__5:%[0-9]+]] = bitcast %"core ::option::Option<i32>"* %_5 to i8*
3434// CHECK: call void @llvm.lifetime.start(i{{[0-9 ]+}}, i8* [[S__5]])
3535
36- // CHECK: [[E__5:%[0-9]+]] = bitcast %"2.std ::option::Option<i32>"* %_5 to i8*
36+ // CHECK: [[E__5:%[0-9]+]] = bitcast %"core ::option::Option<i32>"* %_5 to i8*
3737// CHECK: call void @llvm.lifetime.end(i{{[0-9 ]+}}, i8* [[E__5]])
3838
39- // CHECK: [[E_b:%[0-9]+]] = bitcast %"2.std ::option::Option<i32>"** %b to i8*
39+ // CHECK: [[E_b:%[0-9]+]] = bitcast %"core ::option::Option<i32>"** %b to i8*
4040// CHECK: call void @llvm.lifetime.end(i{{[0-9 ]+}}, i8* [[E_b]])
4141 }
4242
You can’t perform that action at this time.
0 commit comments