diff options
Diffstat (limited to 'test/torture-s/pr57829.c.s')
-rw-r--r-- | test/torture-s/pr57829.c.s | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/test/torture-s/pr57829.c.s b/test/torture-s/pr57829.c.s index d0f75b68e..86dd37627 100644 --- a/test/torture-s/pr57829.c.s +++ b/test/torture-s/pr57829.c.s @@ -67,28 +67,29 @@ main: # @main i32.const $0=, 1 i32.call $1=, f1@FUNCTION, $0 i32.const $2=, 2 - block .LBB3_5 + block i32.ne $push0=, $1, $2 - br_if $pop0, .LBB3_5 + br_if $pop0, 0 # 0: down to label0 # BB#1: # %lor.lhs.false i32.call $push1=, f2@FUNCTION, $0 i32.ne $push2=, $pop1, $2 - br_if $pop2, .LBB3_5 + br_if $pop2, 0 # 0: down to label0 # BB#2: # %lor.lhs.false3 i32.const $push3=, 63 i32.call $push4=, f3@FUNCTION, $pop3 i32.const $push5=, 6 i32.ne $push6=, $pop4, $pop5 - br_if $pop6, .LBB3_5 + br_if $pop6, 0 # 0: down to label0 # BB#3: # %lor.lhs.false6 i32.call $push7=, f3@FUNCTION, $0 i32.const $push8=, 4 i32.ne $push9=, $pop7, $pop8 - br_if $pop9, .LBB3_5 + br_if $pop9, 0 # 0: down to label0 # BB#4: # %if.end i32.const $push10=, 0 return $pop10 .LBB3_5: # %if.then + end_block # label0: call abort@FUNCTION unreachable .Lfunc_end3: |