diff options
Diffstat (limited to 'test/torture-s/20071018-1.c.s')
-rw-r--r-- | test/torture-s/20071018-1.c.s | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/torture-s/20071018-1.c.s b/test/torture-s/20071018-1.c.s index c119d6c14..d07558a7f 100644 --- a/test/torture-s/20071018-1.c.s +++ b/test/torture-s/20071018-1.c.s @@ -45,16 +45,17 @@ foo: # @foo main: # @main .result i32 # BB#0: # %entry - block .LBB2_2 + block i32.const $push0=, 1 i32.call $push1=, foo@FUNCTION, $pop0 i32.const $push3=, 0 i32.eq $push4=, $pop1, $pop3 - br_if $pop4, .LBB2_2 + br_if $pop4, 0 # 0: down to label0 # BB#1: # %if.end i32.const $push2=, 0 return $pop2 .LBB2_2: # %if.then + end_block # label0: call abort@FUNCTION unreachable .Lfunc_end2: |