diff options
Diffstat (limited to 'test/torture-s/nestfunc-4.c.s')
-rw-r--r-- | test/torture-s/nestfunc-4.c.s | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/torture-s/nestfunc-4.c.s b/test/torture-s/nestfunc-4.c.s index c77a62868..0f63a063e 100644 --- a/test/torture-s/nestfunc-4.c.s +++ b/test/torture-s/nestfunc-4.c.s @@ -18,6 +18,7 @@ main: # @main i32.store $discard=, level($0), $pop3 call exit@FUNCTION, $0 unreachable + .endfunc .Lfunc_end0: .size main, .Lfunc_end0-main @@ -39,6 +40,7 @@ foo: # @foo i32.store $discard=, level($0), $pop3 i32.const $push4=, -42 return $pop4 + .endfunc .Lfunc_end1: .size foo, .Lfunc_end1-foo @@ -63,6 +65,7 @@ bar: # @bar end_block # label0: i32.sub $push3=, $1, $0 return $pop3 + .endfunc .Lfunc_end2: .size bar, .Lfunc_end2-bar @@ -76,5 +79,5 @@ level: .size level, 4 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |