diff options
Diffstat (limited to 'test/llvm_autogenerated/reg-stackify.s')
-rw-r--r-- | test/llvm_autogenerated/reg-stackify.s | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/test/llvm_autogenerated/reg-stackify.s b/test/llvm_autogenerated/reg-stackify.s index ba37b4fe2..5c684e423 100644 --- a/test/llvm_autogenerated/reg-stackify.s +++ b/test/llvm_autogenerated/reg-stackify.s @@ -9,8 +9,8 @@ no0: i32.const $push0=, 0 i32.store $discard=, 0($0), $pop0 return $1 -func_end0: - .size no0, func_end0-no0 +.Lfunc_end0: + .size no0, .Lfunc_end0-no0 .globl no1 .type no1,@function @@ -21,8 +21,8 @@ no1: i32.const $push0=, 0 i32.store $discard=, 0($0), $pop0 return $1 -func_end1: - .size no1, func_end1-no1 +.Lfunc_end1: + .size no1, .Lfunc_end1-no1 .globl yes0 .type yes0,@function @@ -33,8 +33,8 @@ yes0: i32.store $discard=, 0($0), $pop1 i32.load $push0=, 0($1) return $pop0 -func_end2: - .size yes0, func_end2-yes0 +.Lfunc_end2: + .size yes0, .Lfunc_end2-yes0 .globl yes1 .type yes1,@function @@ -43,8 +43,8 @@ yes1: .result i32 i32.load $push0=, 0($0) return $pop0 -func_end3: - .size yes1, func_end3-yes1 +.Lfunc_end3: + .size yes1, .Lfunc_end3-yes1 .globl stack_uses .type stack_uses,@function @@ -54,7 +54,7 @@ stack_uses: .local i32, i32 i32.const $5=, 2 i32.const $4=, 1 - block BB4_2 + block .LBB4_2 i32.lt_s $push0=, $0, $4 i32.lt_s $push1=, $1, $5 i32.xor $push4=, $pop0, $pop1 @@ -63,13 +63,13 @@ stack_uses: i32.xor $push5=, $pop2, $pop3 i32.xor $push6=, $pop4, $pop5 i32.ne $push7=, $pop6, $4 - br_if $pop7, BB4_2 + br_if $pop7, .LBB4_2 i32.const $push8=, 0 return $pop8 -BB4_2: +.LBB4_2: return $4 -func_end4: - .size stack_uses, func_end4-stack_uses +.Lfunc_end4: + .size stack_uses, .Lfunc_end4-stack_uses .globl multiple_uses .type multiple_uses,@function @@ -77,16 +77,16 @@ multiple_uses: .param i32, i32, i32 .local i32 i32.load $3=, 0($2) - block BB5_3 + block .LBB5_3 i32.ge_u $push0=, $3, $1 - br_if $pop0, BB5_3 + br_if $pop0, .LBB5_3 i32.lt_u $push1=, $3, $0 - br_if $pop1, BB5_3 + br_if $pop1, .LBB5_3 i32.store $discard=, 0($2), $3 -BB5_3: +.LBB5_3: return -func_end5: - .size multiple_uses, func_end5-multiple_uses +.Lfunc_end5: + .size multiple_uses, .Lfunc_end5-multiple_uses .section ".note.GNU-stack","",@progbits |