diff options
Diffstat (limited to 'test/wasm2js/unary-ops.2asm.js.opt')
-rw-r--r-- | test/wasm2js/unary-ops.2asm.js.opt | 4 |
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 5a280d8e4..55b1155a2 100644 --- a/test/wasm2js/unary-ops.2asm.js.opt +++ b/test/wasm2js/unary-ops.2asm.js.opt @@ -98,7 +98,7 @@ function asmFunc(global, env, buffer) { function __wasm_popcnt_i32($0) { var $1_1 = 0, $2 = 0; - label$2 : while (1) { + while (1) { $2 = $1_1; if ($0) { $0 = $0 - 1 & $0; @@ -112,7 +112,7 @@ function asmFunc(global, env, buffer) { function __wasm_popcnt_i64($0, $1_1) { var $2 = 0, $3 = 0, $4 = 0, $5 = 0; - label$2 : while (1) { + while (1) { $5 = $3; $2 = $4; if ($0 | $1_1) { |