diff options
Diffstat (limited to 'test/torture-s/int-compare.c.s')
-rw-r--r-- | test/torture-s/int-compare.c.s | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/torture-s/int-compare.c.s b/test/torture-s/int-compare.c.s index 23bd09b06..2281e864f 100644 --- a/test/torture-s/int-compare.c.s +++ b/test/torture-s/int-compare.c.s @@ -59,13 +59,14 @@ le: # @le true: # @true .param i32 # BB#0: # %entry - block .LBB4_2 + block i32.const $push0=, 0 i32.eq $push1=, $0, $pop0 - br_if $pop1, .LBB4_2 + br_if $pop1, 0 # 0: down to label0 # BB#1: # %if.end return .LBB4_2: # %if.then + end_block # label0: call abort@FUNCTION unreachable .Lfunc_end4: @@ -78,11 +79,12 @@ true: # @true false: # @false .param i32 # BB#0: # %entry - block .LBB5_2 - br_if $0, .LBB5_2 + block + br_if $0, 0 # 0: down to label1 # BB#1: # %if.end return .LBB5_2: # %if.then + end_block # label1: call abort@FUNCTION unreachable .Lfunc_end5: |