diff options
Diffstat (limited to 'test/torture-s/pr19005.c.s')
-rw-r--r-- | test/torture-s/pr19005.c.s | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/torture-s/pr19005.c.s b/test/torture-s/pr19005.c.s index 296d3ca09..64af0c0c8 100644 --- a/test/torture-s/pr19005.c.s +++ b/test/torture-s/pr19005.c.s @@ -53,6 +53,7 @@ bar: # @bar end_block # label0: call abort@FUNCTION unreachable + .endfunc .Lfunc_end0: .size bar, .Lfunc_end0-bar @@ -131,6 +132,7 @@ foo: # @foo end_block # label4: call abort@FUNCTION unreachable + .endfunc .Lfunc_end1: .size foo, .Lfunc_end1-foo @@ -159,6 +161,7 @@ main: # @main # BB#2: # %for.end end_loop # label11: return $0 + .endfunc .Lfunc_end2: .size main, .Lfunc_end2-main @@ -181,5 +184,5 @@ s: .size s, 4 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |