diff options
author | jgravelle-google <jgravelle@google.com> | 2016-10-06 17:00:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-06 17:00:17 -0700 |
commit | eb958269b8f3c5dd98bb24f99e9f1d5deceaa032 (patch) | |
tree | a566248bc5ab4ded2b92c10cd8d1d0a638fdf157 /test/torture-s/zero-struct-1.c.s | |
parent | 3370c630d4f3fe9590e78be48b417b87d6771455 (diff) | |
download | binaryen-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/zero-struct-1.c.s')
-rw-r--r-- | test/torture-s/zero-struct-1.c.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/torture-s/zero-struct-1.c.s b/test/torture-s/zero-struct-1.c.s index ba5e94060..fda18eca1 100644 --- a/test/torture-s/zero-struct-1.c.s +++ b/test/torture-s/zero-struct-1.c.s @@ -45,7 +45,7 @@ main: # @main i32.add $push9=, $pop3, $pop10 tee_local $push8=, $0=, $pop9 i32.store ff($pop12), $pop8 - block + block i32.const $push7=, y+2 i32.ne $push4=, $1, $pop7 br_if 0, $pop4 # 0: down to label0 @@ -91,5 +91,5 @@ ff: .size ff, 4 - .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283502)" + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283507)" .functype abort, void |