diff options
Diffstat (limited to 'test/wasm2js/conversions-modified.2asm.js.opt')
-rw-r--r-- | test/wasm2js/conversions-modified.2asm.js.opt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/wasm2js/conversions-modified.2asm.js.opt b/test/wasm2js/conversions-modified.2asm.js.opt index fceed0c6c..b30a95a8e 100644 --- a/test/wasm2js/conversions-modified.2asm.js.opt +++ b/test/wasm2js/conversions-modified.2asm.js.opt @@ -60,7 +60,7 @@ function asmFunc(global, env, buffer) { function $4($0) { $0 = Math_fround($0); - return ~~$0 >>> 0; + return ~~$0 >>> 0 | 0; } function $5($0) { @@ -70,19 +70,19 @@ function asmFunc(global, env, buffer) { function $6($0) { $0 = +$0; - return ~~$0 >>> 0; + return ~~$0 >>> 0 | 0; } function $7($0) { $0 = Math_fround($0); i64toi32_i32$HIGH_BITS = Math_fround(Math_abs($0)) >= Math_fround(1.0) ? ($0 > Math_fround(0.0) ? ~~Math_fround(Math_min(Math_fround(Math_floor(Math_fround($0 / Math_fround(4294967296.0)))), Math_fround(4294967296.0))) >>> 0 : ~~Math_fround(Math_ceil(Math_fround(Math_fround($0 - Math_fround(~~$0 >>> 0 >>> 0)) / Math_fround(4294967296.0)))) >>> 0) : 0; - return ~~$0 >>> 0; + return ~~$0 >>> 0 | 0; } function $9($0) { $0 = +$0; i64toi32_i32$HIGH_BITS = Math_abs($0) >= 1.0 ? ($0 > 0.0 ? ~~Math_min(Math_floor($0 / 4294967296.0), 4294967295.0) >>> 0 : ~~Math_ceil(($0 - +(~~$0 >>> 0 >>> 0)) / 4294967296.0) >>> 0) : 0; - return ~~$0 >>> 0; + return ~~$0 >>> 0 | 0; } function $11($0) { |