diff options
Diffstat (limited to 'test/torture-s/20001017-2.c.s')
-rw-r--r-- | test/torture-s/20001017-2.c.s | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/torture-s/20001017-2.c.s b/test/torture-s/20001017-2.c.s index c3248a863..a729de4b1 100644 --- a/test/torture-s/20001017-2.c.s +++ b/test/torture-s/20001017-2.c.s @@ -7,24 +7,25 @@ fn_4parms: # @fn_4parms .param i32, i32, i32, i32 # BB#0: # %entry - block .LBB0_4 + block i32.load $push0=, 0($1) i32.const $push1=, 1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, .LBB0_4 + br_if $pop2, 0 # 0: down to label0 # BB#1: # %lor.lhs.false i32.load $push3=, 0($2) i32.const $push4=, 2 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, .LBB0_4 + br_if $pop5, 0 # 0: down to label0 # BB#2: # %lor.lhs.false2 i32.load $push6=, 0($3) i32.const $push7=, 3 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, .LBB0_4 + br_if $pop8, 0 # 0: down to label0 # BB#3: # %if.end return .LBB0_4: # %if.then + end_block # label0: call abort@FUNCTION unreachable .Lfunc_end0: |