diff options
Diffstat (limited to 'test/torture-s/pr45034.c.s')
-rw-r--r-- | test/torture-s/pr45034.c.s | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/torture-s/pr45034.c.s b/test/torture-s/pr45034.c.s index 6a11c716c..41a7443e9 100644 --- a/test/torture-s/pr45034.c.s +++ b/test/torture-s/pr45034.c.s @@ -19,6 +19,7 @@ foo: # @foo end_block # label0: call abort@FUNCTION unreachable + .endfunc .Lfunc_end0: .size foo, .Lfunc_end0-foo @@ -70,6 +71,7 @@ test_neg: # @test_neg # BB#5: # %for.end end_loop # label2: return $3 + .endfunc .Lfunc_end1: .size test_neg, .Lfunc_end1-test_neg @@ -121,9 +123,10 @@ main: # @main # BB#5: # %if.end end_loop # label6: return $3 + .endfunc .Lfunc_end2: .size main, .Lfunc_end2-main - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |