diff options
Diffstat (limited to 'test/torture-s/20001017-2.c.s')
-rw-r--r-- | test/torture-s/20001017-2.c.s | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/test/torture-s/20001017-2.c.s b/test/torture-s/20001017-2.c.s index c3248a863..5af544643 100644 --- a/test/torture-s/20001017-2.c.s +++ b/test/torture-s/20001017-2.c.s @@ -7,26 +7,28 @@ fn_4parms: # @fn_4parms .param i32, i32, i32, i32 # BB#0: # %entry - block .LBB0_4 + block i32.load $push0=, 0($1) i32.const $push1=, 1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, .LBB0_4 + br_if $pop2, 0 # 0: down to label0 # BB#1: # %lor.lhs.false i32.load $push3=, 0($2) i32.const $push4=, 2 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, .LBB0_4 + br_if $pop5, 0 # 0: down to label0 # BB#2: # %lor.lhs.false2 i32.load $push6=, 0($3) i32.const $push7=, 3 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, .LBB0_4 + br_if $pop8, 0 # 0: down to label0 # BB#3: # %if.end return .LBB0_4: # %if.then + end_block # label0: call abort@FUNCTION unreachable + .endfunc .Lfunc_end0: .size fn_4parms, .Lfunc_end0-fn_4parms @@ -39,9 +41,10 @@ main: # @main # BB#0: # %fn_4parms.exit i32.const $push0=, 0 return $pop0 + .endfunc .Lfunc_end1: .size main, .Lfunc_end1-main - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |