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/i64-setTempRet0.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/i64-setTempRet0.fromasm.imprecise.no-opts')
-rw-r--r-- | test/i64-setTempRet0.fromasm.imprecise.no-opts | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/test/i64-setTempRet0.fromasm.imprecise.no-opts b/test/i64-setTempRet0.fromasm.imprecise.no-opts index 3c26a29bd..d1f1ed656 100644 --- a/test/i64-setTempRet0.fromasm.imprecise.no-opts +++ b/test/i64-setTempRet0.fromasm.imprecise.no-opts @@ -1,55 +1,55 @@ (module - (type $FUNCSIG$j (func (result i64))) - (type $legaltype$illegalImportResult (func (result i32))) - (import "env" "illegalImportResult" (func $illegalImportResult (result i64))) - (import "env" "illegalImportResult" (func $legalimport$illegalImportResult (result i32))) - (import "env" "memory" (memory $0 256 256)) - (import "env" "table" (table 0 0 anyfunc)) - (import "env" "memoryBase" (global $memoryBase i32)) - (import "env" "tableBase" (global $tableBase i32)) - (global $tempRet0 (mut i32) (i32.const 0)) - (export "illegalResult" (func $legalstub$illegalResult)) - (export "imports" (func $imports)) - (func $illegalResult (result i64) - (return - (i64.const 8589934593) - ) + (type $FUNCSIG$j (func (result i64))) + (type $legaltype$illegalImportResult (func (result i32))) + (import "env" "illegalImportResult" (func $illegalImportResult (result i64))) + (import "env" "illegalImportResult" (func $legalimport$illegalImportResult (result i32))) + (import "env" "memory" (memory $0 256 256)) + (import "env" "table" (table 0 0 anyfunc)) + (import "env" "memoryBase" (global $memoryBase i32)) + (import "env" "tableBase" (global $tableBase i32)) + (global $tempRet0 (mut i32) (i32.const 0)) + (export "illegalResult" (func $legalstub$illegalResult)) + (export "imports" (func $imports)) + (func $illegalResult (result i64) + (return + (i64.const 8589934593) ) - (func $imports (result i32) - (return - (i32.wrap/i64 - (call $legalfunc$illegalImportResult) - ) - ) + ) + (func $imports (result i32) + (return + (i32.wrap/i64 + (call $legalfunc$illegalImportResult) + ) ) - (func $legalstub$illegalResult (result i32) - (local $0 i64) - (set_local $0 - (call $illegalResult) - ) - (set_global $tempRet0 - (i32.wrap/i64 - (i64.shr_u - (get_local $0) - (i64.const 32) - ) - ) - ) - (i32.wrap/i64 - (get_local $0) + ) + (func $legalstub$illegalResult (result i32) + (local $0 i64) + (set_local $0 + (call $illegalResult) + ) + (set_global $tempRet0 + (i32.wrap/i64 + (i64.shr_u + (get_local $0) + (i64.const 32) ) + ) + ) + (i32.wrap/i64 + (get_local $0) ) - (func $legalfunc$illegalImportResult (result i64) - (i64.or - (i64.extend_u/i32 - (call $legalimport$illegalImportResult) - ) - (i64.shl - (i64.extend_u/i32 - (get_global $tempRet0) - ) - (i64.const 32) - ) + ) + (func $legalfunc$illegalImportResult (result i64) + (i64.or + (i64.extend_u/i32 + (call $legalimport$illegalImportResult) + ) + (i64.shl + (i64.extend_u/i32 + (get_global $tempRet0) ) + (i64.const 32) + ) ) + ) ) |