diff options
Diffstat (limited to 'test/dot_s/memops.s')
-rw-r--r-- | test/dot_s/memops.s | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/test/dot_s/memops.s b/test/dot_s/memops.s index 08e5c8c4b..893dc6b68 100644 --- a/test/dot_s/memops.s +++ b/test/dot_s/memops.s @@ -9,8 +9,8 @@ _Z6reporti: # @_Z6reporti i32.const $push1=, .str call emscripten_asm_const, $pop1 return -func_end0: - .size _Z6reporti, func_end0-_Z6reporti +.Lfunc_end0: + .size _Z6reporti, .Lfunc_end0-_Z6reporti .globl main .type main,@function @@ -27,15 +27,15 @@ main: # @main i32.const $1=, 0 copy_local $0=, $1 copy_local $6=, $1 -BB1_1: # %.preheader1 +.LBB1_1: # %.preheader1 # =>This Loop Header: Depth=1 - # Child Loop BB1_2 Depth 2 - # Child Loop BB1_3 Depth 2 - loop BB1_5 + # Child Loop .LBB1_2 Depth 2 + # Child Loop .LBB1_3 Depth 2 + loop .LBB1_5 copy_local $4=, $1 -BB1_2: # Parent Loop BB1_1 Depth=1 +.LBB1_2: # Parent Loop .LBB1_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB1_3 + loop .LBB1_3 i32.const $10=, 0 i32.add $10=, $12, $10 i32.add $push1=, $10, $4 @@ -46,11 +46,11 @@ BB1_2: # Parent Loop BB1_1 Depth=1 i32.const $3=, 1048576 i32.ne $push2=, $4, $3 copy_local $5=, $1 - br_if $pop2, BB1_2 -BB1_3: # %.preheader - # Parent Loop BB1_1 Depth=1 + br_if $pop2, .LBB1_2 +.LBB1_3: # %.preheader + # Parent Loop .LBB1_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB1_4 + loop .LBB1_4 i32.const $11=, 0 i32.add $11=, $12, $11 i32.add $push3=, $11, $5 @@ -59,8 +59,8 @@ BB1_3: # %.preheader i32.add $6=, $pop5, $6 i32.add $5=, $5, $2 i32.ne $push6=, $5, $3 - br_if $pop6, BB1_3 -BB1_4: # in Loop: Header=BB1_1 Depth=1 + br_if $pop6, .LBB1_3 +.LBB1_4: # in Loop: Header=.LBB1_1 Depth=1 i32.const $push7=, 3 i32.mul $push8=, $6, $pop7 i32.const $push9=, 5 @@ -73,8 +73,8 @@ BB1_4: # in Loop: Header=BB1_1 Depth=1 i32.add $0=, $0, $2 i32.const $push15=, 100 i32.ne $push16=, $0, $pop15 - br_if $pop16, BB1_1 -BB1_5: + br_if $pop16, .LBB1_1 +.LBB1_5: call _Z6reporti, $6 i32.const $push17=, 0 i32.const $9=, 1048576 @@ -82,8 +82,8 @@ BB1_5: i32.const $9=, 0 i32.store $12=, 0($9), $12 return $pop17 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .data |