diff options
Diffstat (limited to 'test/torture-s/20000622-1.c.s')
-rw-r--r-- | test/torture-s/20000622-1.c.s | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/torture-s/20000622-1.c.s b/test/torture-s/20000622-1.c.s index 474f710d8..82ff95f19 100644 --- a/test/torture-s/20000622-1.c.s +++ b/test/torture-s/20000622-1.c.s @@ -27,6 +27,7 @@ foo: # @foo end_block # label0: call abort@FUNCTION unreachable + .endfunc .Lfunc_end0: .size foo, .Lfunc_end0-foo @@ -39,6 +40,7 @@ bar: # @bar .result i32 # BB#0: # %entry return $1 + .endfunc .Lfunc_end1: .size bar, .Lfunc_end1-bar @@ -63,6 +65,7 @@ baz: # @baz end_block # label1: call abort@FUNCTION unreachable + .endfunc .Lfunc_end2: .size baz, .Lfunc_end2-baz @@ -76,9 +79,10 @@ main: # @main i32.const $push0=, 0 call exit@FUNCTION, $pop0 unreachable + .endfunc .Lfunc_end3: .size main, .Lfunc_end3-main - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |