diff options
Diffstat (limited to 'test/llvm_autogenerated/func.s')
-rw-r--r-- | test/llvm_autogenerated/func.s | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/test/llvm_autogenerated/func.s b/test/llvm_autogenerated/func.s index 5c0f7cb97..7bfa158f9 100644 --- a/test/llvm_autogenerated/func.s +++ b/test/llvm_autogenerated/func.s @@ -4,8 +4,8 @@ .type f0,@function f0: return -func_end0: - .size f0, func_end0-f0 +.Lfunc_end0: + .size f0, .Lfunc_end0-f0 .globl f1 .type f1,@function @@ -13,8 +13,8 @@ f1: .result i32 i32.const $push0=, 0 return $pop0 -func_end1: - .size f1, func_end1-f1 +.Lfunc_end1: + .size f1, .Lfunc_end1-f1 .globl f2 .type f2,@function @@ -23,16 +23,16 @@ f2: .result i32 i32.const $push0=, 0 return $pop0 -func_end2: - .size f2, func_end2-f2 +.Lfunc_end2: + .size f2, .Lfunc_end2-f2 .globl f3 .type f3,@function f3: .param i32, f32 return -func_end3: - .size f3, func_end3-f3 +.Lfunc_end3: + .size f3, .Lfunc_end3-f3 .globl f4 .type f4,@function @@ -41,25 +41,25 @@ f4: .result i32 .local i32 i32.const $1=, 1 - block BB4_2 + block .LBB4_2 i32.and $push0=, $0, $1 i32.const $push2=, 0 i32.eq $push3=, $pop0, $pop2 - br_if $pop3, BB4_2 + br_if $pop3, .LBB4_2 i32.const $push1=, 0 return $pop1 -BB4_2: +.LBB4_2: return $1 -func_end4: - .size f4, func_end4-f4 +.Lfunc_end4: + .size f4, .Lfunc_end4-f4 .globl f5 .type f5,@function f5: .result f32 unreachable -func_end5: - .size f5, func_end5-f5 +.Lfunc_end5: + .size f5, .Lfunc_end5-f5 .section ".note.GNU-stack","",@progbits |