diff options
author | Alon Zakai <azakai@google.com> | 2019-05-15 16:22:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-15 16:22:08 -0700 |
commit | cff4b756e61dad01aa1965ceb4d76a24de7413c5 (patch) | |
tree | 76ad605fe33dfc5551593b7c2b4467927003cc37 /test/wasm2js/stack-modified.2asm.js.opt | |
parent | e54b1d3bf6470dde708abca4442edaeb0d01d0b3 (diff) | |
download | binaryen-cff4b756e61dad01aa1965ceb4d76a24de7413c5.tar.gz binaryen-cff4b756e61dad01aa1965ceb4d76a24de7413c5.tar.bz2 binaryen-cff4b756e61dad01aa1965ceb4d76a24de7413c5.zip |
wasm2js: remove unnecessary labels (#2108)
Diffstat (limited to 'test/wasm2js/stack-modified.2asm.js.opt')
-rw-r--r-- | test/wasm2js/stack-modified.2asm.js.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2js/stack-modified.2asm.js.opt b/test/wasm2js/stack-modified.2asm.js.opt index d7e96092d..e5f8da820 100644 --- a/test/wasm2js/stack-modified.2asm.js.opt +++ b/test/wasm2js/stack-modified.2asm.js.opt @@ -30,7 +30,7 @@ function asmFunc(global, env, buffer) { var $2 = 0, $3 = 0, $4 = 0; $2 = $1; $3 = 1; - label$2 : while (1) { + while (1) { if ($0_1 | $2) { $3 = _ZN17compiler_builtins3int3mul3Mul3mul17h070e9a1c69faec5bE($0_1, $2, $3, $4); $4 = i64toi32_i32$HIGH_BITS; |