diff options
Diffstat (limited to 'test/torture-s/struct-ret-2.c.s')
-rw-r--r-- | test/torture-s/struct-ret-2.c.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/torture-s/struct-ret-2.c.s b/test/torture-s/struct-ret-2.c.s index c2e8d255c..1fac4dacd 100644 --- a/test/torture-s/struct-ret-2.c.s +++ b/test/torture-s/struct-ret-2.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 171 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl g .type g,@function @@ -17,8 +17,8 @@ g: # @g # BB#0: # %entry i32.const $push0=, 4660 return $pop0 -func_end1: - .size g, func_end1-g +.Lfunc_end1: + .size g, .Lfunc_end1-g .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " |