diff options
Diffstat (limited to 'test/torture-s/loop-2d.c.s')
-rw-r--r-- | test/torture-s/loop-2d.c.s | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/torture-s/loop-2d.c.s b/test/torture-s/loop-2d.c.s index e5d5b1d2f..d6242a6bb 100644 --- a/test/torture-s/loop-2d.c.s +++ b/test/torture-s/loop-2d.c.s @@ -7,10 +7,10 @@ f: # @f .result i32 .local i32, i32, i32, i32 # BB#0: # %entry - block BB0_3 + block .LBB0_3 i32.const $push8=, 0 i32.eq $push9=, $0, $pop8 - br_if $pop9, BB0_3 + br_if $pop9, .LBB0_3 # BB#1: # %for.body.preheader i32.const $3=, a i32.const $1=, -3 @@ -23,19 +23,19 @@ f: # @f i32.shl $push3=, $0, $pop2 i32.add $push4=, $pop3, $3 i32.add $3=, $pop4, $2 -BB0_2: # %for.body +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.const $push6=, -1 i32.add $0=, $0, $pop6 i32.store $push7=, 0($3), $4 i32.add $4=, $pop7, $1 i32.add $3=, $3, $2 - br_if $0, BB0_2 -BB0_3: # %for.end + br_if $0, .LBB0_2 +.LBB0_3: # %for.end return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -50,8 +50,8 @@ main: # @main i32.store $discard=, a($0), $pop1 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .bss |