diff options
Diffstat (limited to 'test/torture-s/20030903-1.c.s')
-rw-r--r-- | test/torture-s/20030903-1.c.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/torture-s/20030903-1.c.s b/test/torture-s/20030903-1.c.s index 1d3430a56..e998868e5 100644 --- a/test/torture-s/20030903-1.c.s +++ b/test/torture-s/20030903-1.c.s @@ -44,6 +44,7 @@ main: # @main end_block # label1: call y@FUNCTION unreachable + .endfunc .Lfunc_end0: .size main, .Lfunc_end0-main @@ -53,11 +54,12 @@ y: # @y # BB#0: # %entry call abort@FUNCTION unreachable + .endfunc .Lfunc_end1: .size y, .Lfunc_end1-y .type test,@object # @test .lcomm test,4,2 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |