diff options
Diffstat (limited to 'test/torture-s/pr45695.c.s')
-rw-r--r-- | test/torture-s/pr45695.c.s | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/torture-s/pr45695.c.s b/test/torture-s/pr45695.c.s index 68d6d59d0..9e4f4ce21 100644 --- a/test/torture-s/pr45695.c.s +++ b/test/torture-s/pr45695.c.s @@ -46,22 +46,24 @@ main: # @main i32.add $1=, $2, $pop0 i32.const $4=, 1 i32.add $0=, $2, $4 - block .LBB2_4 + block i32.call $push1=, f@FUNCTION, $2, $0, $1 i32.const $push2=, -1 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, .LBB2_4 + br_if $pop3, 0 # 0: down to label0 # BB#1: # %if.end - block .LBB2_3 + block i32.call $push4=, f@FUNCTION, $1, $0, $1 i32.ne $push5=, $pop4, $4 - br_if $pop5, .LBB2_3 + br_if $pop5, 0 # 0: down to label1 # BB#2: # %if.end9 return $3 .LBB2_3: # %if.then8 + end_block # label1: call abort@FUNCTION unreachable .LBB2_4: # %if.then + end_block # label0: call abort@FUNCTION unreachable .Lfunc_end2: |