diff options
Diffstat (limited to 'test/torture-s/20071211-1.c.s')
-rw-r--r-- | test/torture-s/20071211-1.c.s | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/torture-s/20071211-1.c.s b/test/torture-s/20071211-1.c.s index 4e9f23a0f..0a81128a0 100644 --- a/test/torture-s/20071211-1.c.s +++ b/test/torture-s/20071211-1.c.s @@ -17,7 +17,7 @@ main: # @main #NO_APP i64.load $1=, sv($0) i64.const $2=, 40 - block .LBB0_2 + block i64.shr_u $push0=, $1, $2 i64.const $push1=, 1 i64.add $3=, $pop0, $pop1 @@ -30,12 +30,14 @@ main: # @main i64.and $push7=, $3, $pop6 i64.const $push8=, 0 i64.ne $push9=, $pop7, $pop8 - br_if $pop9, .LBB0_2 + br_if $pop9, 0 # 0: down to label0 # BB#1: # %if.end return $0 .LBB0_2: # %if.then + end_block # label0: call abort@FUNCTION unreachable + .endfunc .Lfunc_end0: .size main, .Lfunc_end0-main @@ -49,5 +51,5 @@ sv: .size sv, 8 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |