diff options
Diffstat (limited to 'test/wasm2js/i64-ctz.2asm.js.opt')
-rw-r--r-- | test/wasm2js/i64-ctz.2asm.js.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2js/i64-ctz.2asm.js.opt b/test/wasm2js/i64-ctz.2asm.js.opt index caadb1516..4cb4f79ff 100644 --- a/test/wasm2js/i64-ctz.2asm.js.opt +++ b/test/wasm2js/i64-ctz.2asm.js.opt @@ -39,7 +39,7 @@ function asmFunc(global, env) { $0 = Math_clz32($1 ^ $3); $0 = ($0 | 0) == 32 ? $2 : $0; $1 = 63 - $0 | 0; - i64toi32_i32$HIGH_BITS = 0 - (63 < $0 >>> 0) | 0; + i64toi32_i32$HIGH_BITS = 0 - ($0 >>> 0 > 63) | 0; return $1; } i64toi32_i32$HIGH_BITS = 0; |