diff options
Diffstat (limited to 'test/torture-s/floatunsisf-1.c.s')
-rw-r--r-- | test/torture-s/floatunsisf-1.c.s | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/torture-s/floatunsisf-1.c.s b/test/torture-s/floatunsisf-1.c.s index 3c9074668..988bb38f5 100644 --- a/test/torture-s/floatunsisf-1.c.s +++ b/test/torture-s/floatunsisf-1.c.s @@ -9,7 +9,7 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block .LBB0_2 + block i32.load $push0=, u($0) f32.convert_u/i32 $push1=, $pop0 f32.store $discard=, f1($0), $pop1 @@ -18,13 +18,15 @@ main: # @main f32.load $push3=, f1($0) f32.load $push4=, f2($0) f32.eq $push5=, $pop3, $pop4 - br_if $pop5, .LBB0_2 + br_if $pop5, 0 # 0: down to label0 # BB#1: # %if.then call abort@FUNCTION unreachable .LBB0_2: # %if.end + end_block # label0: call exit@FUNCTION, $0 unreachable + .endfunc .Lfunc_end0: .size main, .Lfunc_end0-main @@ -56,5 +58,5 @@ f2: .size f2, 4 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |