diff options
Diffstat (limited to 'test/torture-s/loop-14.c.s')
-rw-r--r-- | test/torture-s/loop-14.c.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/torture-s/loop-14.c.s b/test/torture-s/loop-14.c.s index 8aaa43f99..4df23340d 100644 --- a/test/torture-s/loop-14.c.s +++ b/test/torture-s/loop-14.c.s @@ -12,6 +12,7 @@ f: # @f i32.const $push1=, 42 i32.store $discard=, 4($0), $pop1 return + .endfunc .Lfunc_end0: .size f, .Lfunc_end0-f @@ -30,6 +31,7 @@ main: # @main i32.store $discard=, a3+4($0), $pop1 call exit@FUNCTION, $0 unreachable + .endfunc .Lfunc_end1: .size main, .Lfunc_end1-main @@ -43,5 +45,5 @@ a3: .size a3, 12 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |