diff options
Diffstat (limited to 'test/torture-s/pr35456.c.s')
-rw-r--r-- | test/torture-s/pr35456.c.s | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/torture-s/pr35456.c.s b/test/torture-s/pr35456.c.s index 6064ea49c..b29a1c400 100644 --- a/test/torture-s/pr35456.c.s +++ b/test/torture-s/pr35456.c.s @@ -13,6 +13,7 @@ not_fabs: # @not_fabs f64.neg $push2=, $0 f64.select $push3=, $pop1, $0, $pop2 return $pop3 + .endfunc .Lfunc_end0: .size not_fabs, .Lfunc_end0-not_fabs @@ -23,22 +24,24 @@ not_fabs: # @not_fabs main: # @main .result i32 # BB#0: # %entry - block .LBB1_2 + block f64.const $push0=, -0x0p0 f64.call $push1=, not_fabs@FUNCTION, $pop0 i64.reinterpret/f64 $push2=, $pop1 i64.const $push3=, 0 i64.ge_s $push4=, $pop2, $pop3 - br_if $pop4, .LBB1_2 + br_if $pop4, 0 # 0: down to label0 # BB#1: # %if.end i32.const $push5=, 0 return $pop5 .LBB1_2: # %if.then + end_block # label0: call abort@FUNCTION unreachable + .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 |