diff options
Diffstat (limited to 'test/torture-s/loop-8.c.s')
-rw-r--r-- | test/torture-s/loop-8.c.s | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/test/torture-s/loop-8.c.s b/test/torture-s/loop-8.c.s index 5bd4b4ace..9aa8b9ce5 100644 --- a/test/torture-s/loop-8.c.s +++ b/test/torture-s/loop-8.c.s @@ -5,20 +5,20 @@ bar: # @bar .param i32, i32 # BB#0: # %entry - block BB0_3 - br_if $0, BB0_3 + block .LBB0_3 + br_if $0, .LBB0_3 # BB#1: # %lor.lhs.false f64.load $push0=, 0($1) f64.const $push1=, 0x1p0 f64.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_3 + br_if $pop2, .LBB0_3 # BB#2: # %if.end return -BB0_3: # %if.then +.LBB0_3: # %if.then call abort unreachable -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl main .type main,@function @@ -29,9 +29,9 @@ main: # @main i32.const $0=, 0 f64.load $2=, a($0) f64.const $1=, 0x0p0 - block BB1_4 + block .LBB1_4 f64.gt $push0=, $2, $1 - br_if $pop0, BB1_4 + br_if $pop0, .LBB1_4 # BB#1: # %for.cond f64.load $2=, a+8($0) f64.le $push1=, $2, $1 @@ -39,27 +39,27 @@ main: # @main i32.or $push3=, $pop1, $pop2 i32.const $push7=, 0 i32.eq $push8=, $pop3, $pop7 - br_if $pop8, BB1_4 + br_if $pop8, .LBB1_4 # BB#2: # %for.cond.1 f64.load $2=, a+16($0) f64.gt $push4=, $2, $1 - br_if $pop4, BB1_4 + br_if $pop4, .LBB1_4 # BB#3: # %for.cond.2 call abort unreachable -BB1_4: # %e - block BB1_6 +.LBB1_4: # %e + block .LBB1_6 f64.const $push5=, 0x1p0 f64.eq $push6=, $2, $pop5 - br_if $pop6, BB1_6 + br_if $pop6, .LBB1_6 # BB#5: # %if.then.i call abort unreachable -BB1_6: # %bar.exit4 +.LBB1_6: # %bar.exit4 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data |