summaryrefslogtreecommitdiff
path: root/test/wasm2js/unary-ops.2asm.js.opt
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js/unary-ops.2asm.js.opt')
-rw-r--r--test/wasm2js/unary-ops.2asm.js.opt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm2js/unary-ops.2asm.js.opt b/test/wasm2js/unary-ops.2asm.js.opt
index ecf227753..86eee0e0a 100644
--- a/test/wasm2js/unary-ops.2asm.js.opt
+++ b/test/wasm2js/unary-ops.2asm.js.opt
@@ -54,9 +54,9 @@ function asmFunc(env) {
if ($5 | $4) {
$0 = $5;
$5 = $0 - 1 & $0;
- $4 = $4 - ($0 >>> 0 < 1) & $4;
+ $4 = $4 - !$0 & $4;
$6_1 = $6_1 + 1 | 0;
- $7_1 = $6_1 >>> 0 < 1 ? $7_1 + 1 | 0 : $7_1;
+ $7_1 = $6_1 ? $7_1 : $7_1 + 1 | 0;
continue;
}
break;