This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ pub unsafe fn read_byte_assume_init(p: &MaybeUninit<u8>) -> u8 {
4747 p. assume_init_read ( )
4848}
4949
50- // CHECK-LABEL: define {{(dso_local )?}}noundef i32 @copy_char(
50+ // CHECK-LABEL: define {{(dso_local )?}}noundef {{(range\(.*\) )?}} i32 @copy_char(
5151#[ no_mangle]
5252pub unsafe fn copy_char ( p : * const char ) -> char {
5353 // CHECK-NOT: load
@@ -58,7 +58,7 @@ pub unsafe fn copy_char(p: *const char) -> char {
5858 * p
5959}
6060
61- // CHECK-LABEL: define {{(dso_local )?}}noundef i32 @read_char(
61+ // CHECK-LABEL: define {{(dso_local )?}}noundef {{(range\(.*\) )?}} i32 @read_char(
6262#[ no_mangle]
6363pub unsafe fn read_char ( p : * const char ) -> char {
6464 // CHECK-NOT: load
@@ -80,7 +80,7 @@ pub unsafe fn read_char_maybe_uninit(p: *const MaybeUninit<char>) -> MaybeUninit
8080 p. read ( )
8181}
8282
83- // CHECK-LABEL: define {{(dso_local )?}}noundef i32 @read_char_assume_init(
83+ // CHECK-LABEL: define {{(dso_local )?}}noundef {{(range\(.*\) )?}} i32 @read_char_assume_init(
8484#[ no_mangle]
8585pub unsafe fn read_char_assume_init ( p : & MaybeUninit < char > ) -> char {
8686 // CHECK-NOT: load
You can’t perform that action at this time.
0 commit comments