diff options
Diffstat (limited to 'test/torture-s/cmpsi-1.c.s')
-rw-r--r-- | test/torture-s/cmpsi-1.c.s | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/torture-s/cmpsi-1.c.s b/test/torture-s/cmpsi-1.c.s index 6762ca989..42242cfbd 100644 --- a/test/torture-s/cmpsi-1.c.s +++ b/test/torture-s/cmpsi-1.c.s @@ -9,13 +9,14 @@ f1: # @f1 .result i32 # BB#0: # %entry i32.sub $1=, $0, $1 - block .LBB0_2 + block i32.const $push0=, 0 i32.ge_s $push1=, $1, $pop0 - br_if $pop1, .LBB0_2 + br_if $pop1, 0 # 0: down to label0 # BB#1: # %if.end3 return $1 .LBB0_2: # %if.then2 + end_block # label0: call abort@FUNCTION unreachable .Lfunc_end0: @@ -30,13 +31,14 @@ f2: # @f2 .result i32 # BB#0: # %entry i32.sub $1=, $0, $1 - block .LBB1_2 + block i32.const $push0=, 0 i32.ge_s $push1=, $1, $pop0 - br_if $pop1, .LBB1_2 + br_if $pop1, 0 # 0: down to label1 # BB#1: # %if.end3 return $1 .LBB1_2: # %if.then2 + end_block # label1: call abort@FUNCTION unreachable .Lfunc_end1: |