diff options
Diffstat (limited to 'test/torture-s/pr19689.c.s')
-rw-r--r-- | test/torture-s/pr19689.c.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/torture-s/pr19689.c.s b/test/torture-s/pr19689.c.s index 89593dc6b..f6a5ab949 100644 --- a/test/torture-s/pr19689.c.s +++ b/test/torture-s/pr19689.c.s @@ -17,6 +17,7 @@ foo: # @foo i32.or $push5=, $pop4, $pop2 i32.store $discard=, f($1), $pop5 return + .endfunc .Lfunc_end0: .size foo, .Lfunc_end0-foo @@ -36,6 +37,7 @@ main: # @main i32.or $push4=, $pop2, $pop3 i32.store $discard=, f($0), $pop4 return $0 + .endfunc .Lfunc_end1: .size main, .Lfunc_end1-main @@ -49,5 +51,5 @@ f: .size f, 4 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |