diff options
| author | Alon Zakai <alonzakai@gmail.com> | 2017-03-09 13:32:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-09 13:32:03 -0800 |
| commit | be4be557567251a73f40bfd7a48220b33f5ddc58 (patch) | |
| tree | d4aa0a25a1c7331b56404c76eea1a6cfa971c44e /test/importedSignCast.fromasm.imprecise.no-opts | |
| parent | d6508e1f9cef33c43016e4da7dd4b94392f280a9 (diff) | |
| download | binaryen-be4be557567251a73f40bfd7a48220b33f5ddc58.tar.gz binaryen-be4be557567251a73f40bfd7a48220b33f5ddc58.tar.bz2 binaryen-be4be557567251a73f40bfd7a48220b33f5ddc58.zip | |
use a single space for pretty printing of wasts, so massive wasts are less unruly (#928)
Diffstat (limited to 'test/importedSignCast.fromasm.imprecise.no-opts')
| -rw-r--r-- | test/importedSignCast.fromasm.imprecise.no-opts | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/test/importedSignCast.fromasm.imprecise.no-opts b/test/importedSignCast.fromasm.imprecise.no-opts index 97f1f82b7..6043bfdbf 100644 --- a/test/importedSignCast.fromasm.imprecise.no-opts +++ b/test/importedSignCast.fromasm.imprecise.no-opts @@ -1,23 +1,23 @@ (module - (type $FUNCSIG$ii (func (param i32) (result i32))) - (import "env" "_emscripten_glIsTexture" (func $gm (param i32) (result i32))) - (import "env" "memory" (memory $0 256 256)) - (import "env" "table" (table 1 1 anyfunc)) - (import "env" "memoryBase" (global $memoryBase i32)) - (import "env" "tableBase" (global $tableBase i32)) - (elem (get_global $tableBase) $gm) - (export "func" (func $func)) - (func $func - (drop - (i32.shr_s - (i32.shl - (call $gm - (i32.const 0) - ) - (i32.const 24) - ) - (i32.const 24) - ) + (type $FUNCSIG$ii (func (param i32) (result i32))) + (import "env" "_emscripten_glIsTexture" (func $gm (param i32) (result i32))) + (import "env" "memory" (memory $0 256 256)) + (import "env" "table" (table 1 1 anyfunc)) + (import "env" "memoryBase" (global $memoryBase i32)) + (import "env" "tableBase" (global $tableBase i32)) + (elem (get_global $tableBase) $gm) + (export "func" (func $func)) + (func $func + (drop + (i32.shr_s + (i32.shl + (call $gm + (i32.const 0) + ) + (i32.const 24) ) + (i32.const 24) + ) ) + ) ) |
