summaryrefslogtreecommitdiff
path: root/test/torture-s/loop-13.c.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/torture-s/loop-13.c.s')
-rw-r--r--test/torture-s/loop-13.c.s24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/torture-s/loop-13.c.s b/test/torture-s/loop-13.c.s
index 94c0fd3fd..42a69eef5 100644
--- a/test/torture-s/loop-13.c.s
+++ b/test/torture-s/loop-13.c.s
@@ -8,12 +8,12 @@ scale: # @scale
# BB#0: # %entry
i32.load $4=, 0($0)
i32.const $6=, 1
- block BB0_5
+ block .LBB0_5
i32.eq $push0=, $4, $6
- br_if $pop0, BB0_5
+ br_if $pop0, .LBB0_5
# BB#1: # %entry
i32.lt_s $push1=, $2, $6
- br_if $pop1, BB0_5
+ br_if $pop1, .LBB0_5
# BB#2: # %for.body.preheader
i32.load $5=, 4($1)
i32.load $push2=, 0($1)
@@ -22,15 +22,15 @@ scale: # @scale
i32.mul $push4=, $5, $4
i32.store $discard=, 4($1), $pop4
i32.eq $push5=, $2, $6
- br_if $pop5, BB0_5
+ br_if $pop5, .LBB0_5
# BB#3: # %for.body.for.body_crit_edge.preheader
i32.const $push6=, 12
i32.add $1=, $1, $pop6
i32.const $3=, -1
i32.add $6=, $2, $3
-BB0_4: # %for.body.for.body_crit_edge
+.LBB0_4: # %for.body.for.body_crit_edge
# =>This Inner Loop Header: Depth=1
- loop BB0_5
+ loop .LBB0_5
i32.const $push7=, -4
i32.add $4=, $1, $pop7
i32.load $2=, 0($0)
@@ -43,11 +43,11 @@ BB0_4: # %for.body.for.body_crit_edge
i32.const $push11=, 8
i32.add $1=, $1, $pop11
i32.add $6=, $6, $3
- br_if $6, BB0_4
-BB0_5: # %if.end
+ br_if $6, .LBB0_4
+.LBB0_5: # %if.end
return
-func_end0:
- .size scale, func_end0-scale
+.Lfunc_end0:
+ .size scale, .Lfunc_end0-scale
.globl main
.type main,@function
@@ -56,8 +56,8 @@ main: # @main
# BB#0: # %if.end
i32.const $push0=, 0
return $pop0
-func_end1:
- .size main, func_end1-main
+.Lfunc_end1:
+ .size main, .Lfunc_end1-main
.ident "clang version 3.8.0 "