summaryrefslogtreecommitdiff
path: root/test/torture-s/loop-2c.c.s
diff options
context:
space:
mode:
authorjgravelle-google <jgravelle@google.com>2016-10-06 17:00:17 -0700
committerGitHub <noreply@github.com>2016-10-06 17:00:17 -0700
commiteb958269b8f3c5dd98bb24f99e9f1d5deceaa032 (patch)
treea566248bc5ab4ded2b92c10cd8d1d0a638fdf157 /test/torture-s/loop-2c.c.s
parent3370c630d4f3fe9590e78be48b417b87d6771455 (diff)
downloadbinaryen-eb958269b8f3c5dd98bb24f99e9f1d5deceaa032.tar.gz
binaryen-eb958269b8f3c5dd98bb24f99e9f1d5deceaa032.tar.bz2
binaryen-eb958269b8f3c5dd98bb24f99e9f1d5deceaa032.zip
Dot s block signatures (#747)
* Support block signatures in s2wasm's .s format * Autogenerate tests * update cfg-stackify tests * Remove conflict files
Diffstat (limited to 'test/torture-s/loop-2c.c.s')
-rw-r--r--test/torture-s/loop-2c.c.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/torture-s/loop-2c.c.s b/test/torture-s/loop-2c.c.s
index bb96f0bf5..5a1a1ea35 100644
--- a/test/torture-s/loop-2c.c.s
+++ b/test/torture-s/loop-2c.c.s
@@ -9,7 +9,7 @@ f: # @f
.result i32
.local i32
# BB#0: # %entry
- block
+ block
i32.eqz $push12=, $0
br_if 0, $pop12 # 0: down to label0
# BB#1: # %for.body.preheader
@@ -24,7 +24,7 @@ f: # @f
i32.add $1=, $pop5, $pop6
.LBB0_2: # %for.body
# =>This Inner Loop Header: Depth=1
- loop # label1:
+ loop # label1:
i32.store 0($2), $1
i32.const $push11=, -4
i32.add $2=, $2, $pop11
@@ -52,7 +52,7 @@ g: # @g
.result i32
.local i32, i32
# BB#0: # %entry
- block
+ block
i32.eqz $push11=, $0
br_if 0, $pop11 # 0: down to label2
# BB#1: # %for.body.preheader.i
@@ -66,7 +66,7 @@ g: # @g
i32.add $2=, $pop4, $pop5
.LBB1_2: # %for.body.i
# =>This Inner Loop Header: Depth=1
- loop # label3:
+ loop # label3:
i32.store 0($1), $2
i32.const $push10=, -4
i32.add $1=, $1, $pop10
@@ -115,5 +115,5 @@ a:
.size a, 8
- .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283502)"
+ .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283507)"
.functype exit, void, i32