summaryrefslogtreecommitdiff
path: root/test/torture-s/int-compare.c.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/torture-s/int-compare.c.s')
-rw-r--r--test/torture-s/int-compare.c.s44
1 files changed, 22 insertions, 22 deletions
diff --git a/test/torture-s/int-compare.c.s b/test/torture-s/int-compare.c.s
index 74c64f7bc..f851858c7 100644
--- a/test/torture-s/int-compare.c.s
+++ b/test/torture-s/int-compare.c.s
@@ -8,8 +8,8 @@ gt: # @gt
# BB#0: # %entry
i32.gt_s $push0=, $0, $1
return $pop0
-func_end0:
- .size gt, func_end0-gt
+.Lfunc_end0:
+ .size gt, .Lfunc_end0-gt
.globl ge
.type ge,@function
@@ -19,8 +19,8 @@ ge: # @ge
# BB#0: # %entry
i32.ge_s $push0=, $0, $1
return $pop0
-func_end1:
- .size ge, func_end1-ge
+.Lfunc_end1:
+ .size ge, .Lfunc_end1-ge
.globl lt
.type lt,@function
@@ -30,8 +30,8 @@ lt: # @lt
# BB#0: # %entry
i32.lt_s $push0=, $0, $1
return $pop0
-func_end2:
- .size lt, func_end2-lt
+.Lfunc_end2:
+ .size lt, .Lfunc_end2-lt
.globl le
.type le,@function
@@ -41,40 +41,40 @@ le: # @le
# BB#0: # %entry
i32.le_s $push0=, $0, $1
return $pop0
-func_end3:
- .size le, func_end3-le
+.Lfunc_end3:
+ .size le, .Lfunc_end3-le
.globl true
.type true,@function
true: # @true
.param i32
# BB#0: # %entry
- block BB4_2
+ block .LBB4_2
i32.const $push0=, 0
i32.eq $push1=, $0, $pop0
- br_if $pop1, BB4_2
+ br_if $pop1, .LBB4_2
# BB#1: # %if.end
return
-BB4_2: # %if.then
+.LBB4_2: # %if.then
call abort
unreachable
-func_end4:
- .size true, func_end4-true
+.Lfunc_end4:
+ .size true, .Lfunc_end4-true
.globl false
.type false,@function
false: # @false
.param i32
# BB#0: # %entry
- block BB5_2
- br_if $0, BB5_2
+ block .LBB5_2
+ br_if $0, .LBB5_2
# BB#1: # %if.end
return
-BB5_2: # %if.then
+.LBB5_2: # %if.then
call abort
unreachable
-func_end5:
- .size false, func_end5-false
+.Lfunc_end5:
+ .size false, .Lfunc_end5-false
.globl f
.type f,@function
@@ -83,8 +83,8 @@ f: # @f
.local i32
# BB#0: # %true.exit
return $0
-func_end6:
- .size f, func_end6-f
+.Lfunc_end6:
+ .size f, .Lfunc_end6-f
.globl main
.type main,@function
@@ -94,8 +94,8 @@ main: # @main
i32.const $push0=, 0
call exit, $pop0
unreachable
-func_end7:
- .size main, func_end7-main
+.Lfunc_end7:
+ .size main, .Lfunc_end7-main
.ident "clang version 3.8.0 "