diff options
Diffstat (limited to 'test/torture-s/pr48814-2.c.s')
-rw-r--r-- | test/torture-s/pr48814-2.c.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/torture-s/pr48814-2.c.s b/test/torture-s/pr48814-2.c.s index ca4a7148d..d456d451e 100644 --- a/test/torture-s/pr48814-2.c.s +++ b/test/torture-s/pr48814-2.c.s @@ -14,6 +14,7 @@ incr: # @incr i32.add $push2=, $pop0, $pop1 i32.store $push3=, count($0), $pop2 return $pop3 + .endfunc .Lfunc_end0: .size incr, .Lfunc_end0-incr @@ -51,6 +52,7 @@ main: # @main end_block # label0: call abort@FUNCTION unreachable + .endfunc .Lfunc_end1: .size main, .Lfunc_end1-main @@ -76,5 +78,5 @@ count: .size count, 4 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |