diff options
Diffstat (limited to 'test/torture-s/pr31605.c.s')
-rw-r--r-- | test/torture-s/pr31605.c.s | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/torture-s/pr31605.c.s b/test/torture-s/pr31605.c.s index 783370661..c5c019454 100644 --- a/test/torture-s/pr31605.c.s +++ b/test/torture-s/pr31605.c.s @@ -9,14 +9,15 @@ put_field: # @put_field .local i32 # BB#0: # %entry i32.const $2=, -8 - block .LBB0_2 + block i32.add $push0=, $1, $0 i32.or $push1=, $pop0, $2 i32.ne $push2=, $pop1, $2 - br_if $pop2, .LBB0_2 + br_if $pop2, 0 # 0: down to label0 # BB#1: # %if.end return .LBB0_2: # %if.then + end_block # label0: i32.const $push3=, 0 call exit@FUNCTION, $pop3 unreachable |