Skip to content

Commit 446f86e

Browse files
committed
Remove useless stringify
1 parent 26373fb commit 446f86e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/assembly/asm/mips-types.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ macro_rules! check_reg { ($func:ident, $ty:ty, $reg:tt) => {
7272
// CHECK: #NO_APP
7373
#[no_mangle]
7474
pub unsafe fn sym_static() {
75-
dont_merge(stringify!($func));
76-
7775
asm!("la $v1, {}", sym extern_static);
7876
}
7977

@@ -83,8 +81,6 @@ pub unsafe fn sym_static() {
8381
// CHECK: #NO_APP
8482
#[no_mangle]
8583
pub unsafe fn sym_fn() {
86-
dont_merge(stringify!($func));
87-
8884
asm!("la $v1, {}", sym extern_func);
8985
}
9086

0 commit comments

Comments
 (0)