diff options
Diffstat (limited to 'test/torture-s/loop-10.c.s')
-rw-r--r-- | test/torture-s/loop-10.c.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/torture-s/loop-10.c.s b/test/torture-s/loop-10.c.s index 1ade0b74e..b0655a2d0 100644 --- a/test/torture-s/loop-10.c.s +++ b/test/torture-s/loop-10.c.s @@ -8,18 +8,18 @@ main: # @main # BB#0: # %while.end i32.const $0=, 0 i32.load $1=, count($0) - block BB0_2 + block .LBB0_2 i32.const $push0=, 2 i32.add $push1=, $1, $pop0 i32.store $discard=, count($0), $pop1 - br_if $1, BB0_2 + br_if $1, .LBB0_2 # BB#1: # %if.end4 return $0 -BB0_2: # %if.then3 +.LBB0_2: # %if.then3 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type count,@object # @count .lcomm count,4,2 |