diff options
Diffstat (limited to 'test/torture-s/float-floor.c.s')
-rw-r--r-- | test/torture-s/float-floor.c.s | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/torture-s/float-floor.c.s b/test/torture-s/float-floor.c.s index cc72446f0..f1dfb62ec 100644 --- a/test/torture-s/float-floor.c.s +++ b/test/torture-s/float-floor.c.s @@ -13,19 +13,21 @@ main: # @main f64.floor $0=, $pop0 i32.trunc_s/f64 $2=, $0 i32.const $3=, 1023 - block .LBB0_3 + block i32.ne $push1=, $2, $3 - br_if $pop1, .LBB0_3 + br_if $pop1, 0 # 0: down to label0 # BB#1: # %lor.lhs.false f32.demote/f64 $push2=, $0 i32.trunc_s/f32 $push3=, $pop2 i32.ne $push4=, $pop3, $3 - br_if $pop4, .LBB0_3 + br_if $pop4, 0 # 0: down to label0 # BB#2: # %if.end return $1 .LBB0_3: # %if.then + end_block # label0: call abort@FUNCTION unreachable + .endfunc .Lfunc_end0: .size main, .Lfunc_end0-main @@ -39,5 +41,5 @@ d: .size d, 8 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |