diff options
Diffstat (limited to 'test/torture-s/medce-1.c.s')
-rw-r--r-- | test/torture-s/medce-1.c.s | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/torture-s/medce-1.c.s b/test/torture-s/medce-1.c.s index c75ec4358..d1e00c722 100644 --- a/test/torture-s/medce-1.c.s +++ b/test/torture-s/medce-1.c.s @@ -10,6 +10,7 @@ bar: # @bar i32.const $push1=, 1 i32.store8 $discard=, ok($pop0), $pop1 return + .endfunc .Lfunc_end0: .size bar, .Lfunc_end0-bar @@ -31,6 +32,7 @@ foo: # @foo .LBB1_2: # %sw.epilog end_block # label0: return + .endfunc .Lfunc_end1: .size foo, .Lfunc_end1-foo @@ -46,11 +48,12 @@ main: # @main i32.const $push0=, 1 i32.store8 $discard=, ok($0), $pop0 return $0 + .endfunc .Lfunc_end2: .size main, .Lfunc_end2-main .type ok,@object # @ok .lcomm ok,1 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |