diff options
Diffstat (limited to 'test/torture-s/loop-4.c.s')
-rw-r--r-- | test/torture-s/loop-4.c.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/torture-s/loop-4.c.s b/test/torture-s/loop-4.c.s index 083179ae6..3087cd88a 100644 --- a/test/torture-s/loop-4.c.s +++ b/test/torture-s/loop-4.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 8192 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " |