diff options
Diffstat (limited to 'test/torture-s/pr43629.c.s')
-rw-r--r-- | test/torture-s/pr43629.c.s | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/torture-s/pr43629.c.s b/test/torture-s/pr43629.c.s index 4aec95f7d..68d6ef54c 100644 --- a/test/torture-s/pr43629.c.s +++ b/test/torture-s/pr43629.c.s @@ -9,12 +9,13 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block .LBB0_2 + block i32.load $push0=, flag($0) - br_if $pop0, .LBB0_2 + br_if $pop0, 0 # 0: down to label0 # BB#1: # %if.end4 return $0 .LBB0_2: # %if.then3 + end_block # label0: call abort@FUNCTION unreachable .Lfunc_end0: |