diff options
Diffstat (limited to 'test/torture-s/scope-1.c.s')
-rw-r--r-- | test/torture-s/scope-1.c.s | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/torture-s/scope-1.c.s b/test/torture-s/scope-1.c.s index 7e4a7709c..95be6f112 100644 --- a/test/torture-s/scope-1.c.s +++ b/test/torture-s/scope-1.c.s @@ -8,15 +8,16 @@ f: # @f .result i32 .local i32 # BB#0: # %entry - block .LBB0_2 + block i32.const $push0=, 0 i32.load $push1=, v($pop0) i32.const $push2=, 3 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, .LBB0_2 + br_if $pop3, 0 # 0: down to label0 # BB#1: # %if.end return $0 .LBB0_2: # %if.then + end_block # label0: call abort@FUNCTION unreachable .Lfunc_end0: @@ -31,15 +32,16 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block .LBB1_2 + block i32.load $push0=, v($0) i32.const $push1=, 3 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, .LBB1_2 + br_if $pop2, 0 # 0: down to label1 # BB#1: # %f.exit call exit@FUNCTION, $0 unreachable .LBB1_2: # %if.then.i + end_block # label1: call abort@FUNCTION unreachable .Lfunc_end1: |