diff options
Diffstat (limited to 'test/wasm2js/i64-rotate.2asm.js.opt')
-rw-r--r-- | test/wasm2js/i64-rotate.2asm.js.opt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm2js/i64-rotate.2asm.js.opt b/test/wasm2js/i64-rotate.2asm.js.opt index 238728c4e..d2a2c81ad 100644 --- a/test/wasm2js/i64-rotate.2asm.js.opt +++ b/test/wasm2js/i64-rotate.2asm.js.opt @@ -54,7 +54,7 @@ function asmFunc(global, env, buffer) { $4 = 0 - $2 & 63; $3 = $4; $2 = $3 & 31; - if (32 >>> 0 <= ($3 & 63) >>> 0) { + if (32 >>> 0 <= $3 >>> 0) { $3 = -1 << $2; $2 = 0; } else { @@ -100,7 +100,7 @@ function asmFunc(global, env, buffer) { $7 = $4; $3 = 0 - $2 & 63; $5 = $3 & 31; - if (32 >>> 0 <= ($3 & 63) >>> 0) { + if (32 >>> 0 <= $3 >>> 0) { $4 = 0; $2 = -1 >>> $5; } else { |