diff options
Diffstat (limited to 'test/torture-s/bitfld-3.c.s')
-rw-r--r-- | test/torture-s/bitfld-3.c.s | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/torture-s/bitfld-3.c.s b/test/torture-s/bitfld-3.c.s index 8e6ba0757..ab7f70638 100644 --- a/test/torture-s/bitfld-3.c.s +++ b/test/torture-s/bitfld-3.c.s @@ -13,10 +13,10 @@ main: # @main i64.const $push1=, 8589934591 i64.and $0=, $pop0, $pop1 i64.const $2=, 0 - block .LBB0_3 + block i64.mul $push2=, $0, $0 i64.ne $push3=, $pop2, $2 - br_if $pop3, .LBB0_3 + br_if $pop3, 0 # 0: down to label0 # BB#1: # %lor.lhs.false i64.load $push4=, a+8($1) i64.const $push5=, 1099511627775 @@ -25,13 +25,15 @@ main: # @main i64.mul $push7=, $3, $3 i64.or $push8=, $pop6, $pop7 i64.ne $push9=, $pop8, $2 - br_if $pop9, .LBB0_3 + br_if $pop9, 0 # 0: down to label0 # BB#2: # %if.end call abort@FUNCTION unreachable .LBB0_3: # %if.then + end_block # label0: call abort@FUNCTION unreachable + .endfunc .Lfunc_end0: .size main, .Lfunc_end0-main @@ -117,5 +119,5 @@ c: .size c, 24 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |