summaryrefslogtreecommitdiff
path: root/test/torture-s/loop-4b.c.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/torture-s/loop-4b.c.s')
-rw-r--r--test/torture-s/loop-4b.c.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/torture-s/loop-4b.c.s b/test/torture-s/loop-4b.c.s
index 96ca039c5..ee65bd0a7 100644
--- a/test/torture-s/loop-4b.c.s
+++ b/test/torture-s/loop-4b.c.s
@@ -7,8 +7,8 @@ f: # @f
# BB#0: # %entry
i32.const $push0=, 2
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 "