diff options
Diffstat (limited to 'test/torture-s/940122-1.c.s')
-rw-r--r-- | test/torture-s/940122-1.c.s | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/torture-s/940122-1.c.s b/test/torture-s/940122-1.c.s index 17655ccff..52d488d67 100644 --- a/test/torture-s/940122-1.c.s +++ b/test/torture-s/940122-1.c.s @@ -23,6 +23,7 @@ g: # @g end_block # label0: call abort@FUNCTION unreachable + .endfunc .Lfunc_end0: .size g, .Lfunc_end0-g @@ -49,6 +50,7 @@ f: # @f end_block # label1: call abort@FUNCTION unreachable + .endfunc .Lfunc_end1: .size f, .Lfunc_end1-f @@ -75,6 +77,7 @@ main: # @main end_block # label2: call exit@FUNCTION, $0 unreachable + .endfunc .Lfunc_end2: .size main, .Lfunc_end2-main @@ -97,5 +100,5 @@ b: .size b, 4 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |