diff options
Diffstat (limited to 'test/wasm2js/reinterpret.2asm.js.opt')
-rw-r--r-- | test/wasm2js/reinterpret.2asm.js.opt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/wasm2js/reinterpret.2asm.js.opt b/test/wasm2js/reinterpret.2asm.js.opt index e42dcf321..20235972c 100644 --- a/test/wasm2js/reinterpret.2asm.js.opt +++ b/test/wasm2js/reinterpret.2asm.js.opt @@ -32,23 +32,23 @@ function asmFunc(imports) { var Math_ceil = Math.ceil; var Math_trunc = Math.trunc; var Math_sqrt = Math.sqrt; - function $1($0) { - $0 = $0 | 0; + function $0($0_1) { + $0_1 = $0_1 | 0; return 1; } - function legalstub$2($0, $1_1) { + function legalstub$1($0_1, $1) { var $2 = 0; - wasm2js_scratch_store_i32(0, $0 | 0); - wasm2js_scratch_store_i32(1, $1_1 | 0); + wasm2js_scratch_store_i32(0, $0_1 | 0); + wasm2js_scratch_store_i32(1, $1 | 0); wasm2js_scratch_store_f64(+wasm2js_scratch_load_f64()); $2 = wasm2js_scratch_load_i32(1) | 0; - return (wasm2js_scratch_load_i32(0) | 0) == ($0 | 0) & ($1_1 | 0) == ($2 | 0); + return (wasm2js_scratch_load_i32(0) | 0) == ($0_1 | 0) & ($1 | 0) == ($2 | 0); } return { - "i32_roundtrip": $1, - "i64_roundtrip": legalstub$2 + "i32_roundtrip": $0, + "i64_roundtrip": legalstub$1 }; } |