Skip to content

Commit

Permalink
Remove useless stringify
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Sep 30, 2020
1 parent 26373fb commit 446f86e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/assembly/asm/mips-types.rs
Expand Up @@ -72,8 +72,6 @@ macro_rules! check_reg { ($func:ident, $ty:ty, $reg:tt) => {
// CHECK: #NO_APP
#[no_mangle]
pub unsafe fn sym_static() {
dont_merge(stringify!($func));

asm!("la $v1, {}", sym extern_static);
}

Expand All @@ -83,8 +81,6 @@ pub unsafe fn sym_static() {
// CHECK: #NO_APP
#[no_mangle]
pub unsafe fn sym_fn() {
dont_merge(stringify!($func));

asm!("la $v1, {}", sym extern_func);
}

Expand Down

0 comments on commit 446f86e

Please sign in to comment.