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/emscripten.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/emscripten.2asm.js')
-rw-r--r-- | test/wasm2js/emscripten.2asm.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wasm2js/emscripten.2asm.js b/test/wasm2js/emscripten.2asm.js index 8ba8564ce..24a556b25 100644 --- a/test/wasm2js/emscripten.2asm.js +++ b/test/wasm2js/emscripten.2asm.js @@ -192,6 +192,7 @@ function asmFunc(imports) { function bools(x) { x = x | 0; + var $32 = 0; bools((HEAPU8[0 >> 0] | 0) & 1 | 0 | 0) | 0; bools((HEAP8[0 >> 0] | 0) & 1 | 0 | 0) | 0; bools((HEAPU16[0 >> 1] | 0) & 1 | 0 | 0) | 0; |