diff options
Diffstat (limited to 'test/torture-s/pr19449.c.s')
-rw-r--r-- | test/torture-s/pr19449.c.s | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/torture-s/pr19449.c.s b/test/torture-s/pr19449.c.s index 657ec6b00..69c4d4c92 100644 --- a/test/torture-s/pr19449.c.s +++ b/test/torture-s/pr19449.c.s @@ -22,17 +22,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block .LBB1_3 + block i32.load $push1=, y($0) - br_if $pop1, .LBB1_3 + br_if $pop1, 0 # 0: down to label0 # BB#1: # %entry i32.load $push0=, z($0) i32.const $push2=, 3 i32.ne $push3=, $pop0, $pop2 - br_if $pop3, .LBB1_3 + br_if $pop3, 0 # 0: down to label0 # BB#2: # %lor.lhs.false1 return $0 .LBB1_3: # %if.then + end_block # label0: call abort@FUNCTION unreachable .Lfunc_end1: |