diff options
Diffstat (limited to 'test/torture-s/pr31169.c.s')
-rw-r--r-- | test/torture-s/pr31169.c.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/torture-s/pr31169.c.s b/test/torture-s/pr31169.c.s index 505d7aa0f..983718f70 100644 --- a/test/torture-s/pr31169.c.s +++ b/test/torture-s/pr31169.c.s @@ -47,6 +47,7 @@ sign_bit_p: # @sign_bit_p i32.eq $push14=, $pop13, $6 i32.and $push17=, $pop16, $pop14 return $pop17 + .endfunc .Lfunc_end0: .size sign_bit_p, .Lfunc_end0-sign_bit_p @@ -59,9 +60,10 @@ main: # @main # BB#0: # %sign_bit_p.exit i32.const $push0=, 0 return $pop0 + .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 |