diff options
Diffstat (limited to 'test/llvm_autogenerated/signext-zeroext.s')
-rw-r--r-- | test/llvm_autogenerated/signext-zeroext.s | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/llvm_autogenerated/signext-zeroext.s b/test/llvm_autogenerated/signext-zeroext.s index 966b02387..eadac8294 100644 --- a/test/llvm_autogenerated/signext-zeroext.s +++ b/test/llvm_autogenerated/signext-zeroext.s @@ -10,8 +10,8 @@ z2s_func: i32.shl $push0=, $0, $1 i32.shr_s $push1=, $pop0, $1 return $pop1 -func_end0: - .size z2s_func, func_end0-z2s_func +.Lfunc_end0: + .size z2s_func, .Lfunc_end0-z2s_func .globl s2z_func .type s2z_func,@function @@ -21,8 +21,8 @@ s2z_func: i32.const $push0=, 255 i32.and $push1=, $0, $pop0 return $pop1 -func_end1: - .size s2z_func, func_end1-s2z_func +.Lfunc_end1: + .size s2z_func, .Lfunc_end1-s2z_func .globl z2s_call .type z2s_call,@function @@ -33,8 +33,8 @@ z2s_call: i32.and $push1=, $0, $pop0 i32.call $push2=, z2s_func, $pop1 return $pop2 -func_end2: - .size z2s_call, func_end2-z2s_call +.Lfunc_end2: + .size z2s_call, .Lfunc_end2-z2s_call .globl s2z_call .type s2z_call,@function @@ -49,8 +49,8 @@ s2z_call: i32.shl $push3=, $pop2, $1 i32.shr_s $push4=, $pop3, $1 return $pop4 -func_end3: - .size s2z_call, func_end3-s2z_call +.Lfunc_end3: + .size s2z_call, .Lfunc_end3-s2z_call .section ".note.GNU-stack","",@progbits |