diff options
Diffstat (limited to 'test/torture-s/divconst-2.c.s')
-rw-r--r-- | test/torture-s/divconst-2.c.s | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/test/torture-s/divconst-2.c.s b/test/torture-s/divconst-2.c.s index c52e817bd..43a55e62e 100644 --- a/test/torture-s/divconst-2.c.s +++ b/test/torture-s/divconst-2.c.s @@ -9,8 +9,8 @@ f: # @f i32.const $push0=, -2147483648 i32.eq $push1=, $0, $pop0 return $pop1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl r .type r,@function @@ -30,8 +30,8 @@ r: # @r i32.shl $push7=, $pop6, $1 i32.sub $push8=, $0, $pop7 return $pop8 -func_end1: - .size r, func_end1-r +.Lfunc_end1: + .size r, .Lfunc_end1-r .globl std_eqn .type std_eqn,@function @@ -44,8 +44,8 @@ std_eqn: # @std_eqn i32.add $push2=, $pop1, $3 i32.eq $push3=, $pop2, $0 return $pop3 -func_end2: - .size std_eqn, func_end2-std_eqn +.Lfunc_end2: + .size std_eqn, .Lfunc_end2-std_eqn .globl main .type main,@function @@ -58,7 +58,7 @@ main: # @main i32.const $3=, 31 i32.const $4=, 1 i32.const $2=, -2147483648 - block BB3_4 + block .LBB3_4 i32.eq $push0=, $1, $2 i32.shl $push8=, $pop0, $3 i32.shr_s $push1=, $1, $3 @@ -70,7 +70,7 @@ main: # @main i32.sub $push7=, $1, $pop6 i32.add $push9=, $pop8, $pop7 i32.ne $push10=, $pop9, $1 - br_if $pop10, BB3_4 + br_if $pop10, .LBB3_4 # BB#1: # %for.cond i32.load $1=, nums+4($0) i32.eq $push11=, $1, $2 @@ -84,7 +84,7 @@ main: # @main i32.sub $push18=, $1, $pop17 i32.add $push20=, $pop19, $pop18 i32.ne $push21=, $pop20, $1 - br_if $pop21, BB3_4 + br_if $pop21, .LBB3_4 # BB#2: # %for.cond.1 i32.load $1=, nums+8($0) i32.eq $push22=, $1, $2 @@ -98,15 +98,15 @@ main: # @main i32.sub $push29=, $1, $pop28 i32.add $push31=, $pop30, $pop29 i32.ne $push32=, $pop31, $1 - br_if $pop32, BB3_4 + br_if $pop32, .LBB3_4 # BB#3: # %for.cond.2 call exit, $0 unreachable -BB3_4: # %if.then +.LBB3_4: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type nums,@object # @nums .data |