diff options
author | Thomas Lively <tlively@google.com> | 2024-11-22 14:44:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 14:44:36 -0800 |
commit | ca61aeeb87e330635548ce6368ac053576ee994c (patch) | |
tree | cc1351fe7377b100a4cfd3ef756132faf370e069 /test/wasm2js/labels.2asm.js | |
parent | 013a8d346807da751fec283eddf86aee9ea28382 (diff) | |
download | binaryen-ca61aeeb87e330635548ce6368ac053576ee994c.tar.gz binaryen-ca61aeeb87e330635548ce6368ac053576ee994c.tar.bz2 binaryen-ca61aeeb87e330635548ce6368ac053576ee994c.zip |
Remove AutoDrop (#7106)
The only internal use was in wasm2js, which doesn't need it. Fix API
tests to explicitly drop expressions as necessary.
Diffstat (limited to 'test/wasm2js/labels.2asm.js')
-rw-r--r-- | test/wasm2js/labels.2asm.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/wasm2js/labels.2asm.js b/test/wasm2js/labels.2asm.js index 431e172d9..37eb9fccb 100644 --- a/test/wasm2js/labels.2asm.js +++ b/test/wasm2js/labels.2asm.js @@ -20,7 +20,7 @@ function asmFunc(imports) { } function $1() { - var i = 0, $6_1 = 0; + var i = 0, $6_1 = 0, $9_1 = 0, $7_1 = 0; i = 0; exit : { cont : while (1) { @@ -36,7 +36,7 @@ function asmFunc(imports) { } function $2() { - var i = 0, $8_1 = 0; + var i = 0, $8_1 = 0, $13_1 = 0, $11_1 = 0; i = 0; exit : { cont : while (1) { @@ -74,7 +74,7 @@ function asmFunc(imports) { function $4(max) { max = max | 0; - var i = 0, $9_1 = 0; + var i = 0, $9_1 = 0, $12_1 = 0, $10_1 = 0; i = 1; exit : { cont : while (1) { |