diff options
author | Sam Clegg <sbc@chromium.org> | 2020-07-24 11:53:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 11:53:51 -0700 |
commit | dad719e97b8461f31d29faebe2f15ad4843c0417 (patch) | |
tree | 00a43fd0bfd46e681bc9a96b6b2096cc92051aa6 /src/wasm-emscripten.h | |
parent | c0cbee736291e75bfe78c726de3fa065ee167a50 (diff) | |
download | binaryen-dad719e97b8461f31d29faebe2f15ad4843c0417.tar.gz binaryen-dad719e97b8461f31d29faebe2f15ad4843c0417.tar.bz2 binaryen-dad719e97b8461f31d29faebe2f15ad4843c0417.zip |
Move ReplaceStackPoint into a pass (#2984)
First step in making wasm-emscripten-finalize use more passes.
Diffstat (limited to 'src/wasm-emscripten.h')
-rw-r--r-- | src/wasm-emscripten.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h index 6343c13d7..b541e60b4 100644 --- a/src/wasm-emscripten.h +++ b/src/wasm-emscripten.h @@ -44,10 +44,6 @@ public: // signature in the indirect function table. void generateDynCallThunks(); - // Convert stack pointer access from global.get/global.set to calling save - // and restore functions. - void replaceStackPointerGlobal(); - // Remove the import of a mutable __stack_pointer and instead initialize the // stack pointer from an immutable import. void internalizeStackPointerGlobal(); |