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() {
27
27
let b = & Some ( a) ;
28
28
& b; // keep variable in an alloca
29
29
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*
31
31
// CHECK: call void @llvm.lifetime.start(i{{[0-9 ]+}}, i8* [[S_b]])
32
32
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*
34
34
// CHECK: call void @llvm.lifetime.start(i{{[0-9 ]+}}, i8* [[S__5]])
35
35
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*
37
37
// CHECK: call void @llvm.lifetime.end(i{{[0-9 ]+}}, i8* [[E__5]])
38
38
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*
40
40
// CHECK: call void @llvm.lifetime.end(i{{[0-9 ]+}}, i8* [[E_b]])
41
41
}
42
42
You can’t perform that action at this time.
0 commit comments