From dad719e97b8461f31d29faebe2f15ad4843c0417 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Fri, 24 Jul 2020 11:53:51 -0700 Subject: Move ReplaceStackPoint into a pass (#2984) First step in making wasm-emscripten-finalize use more passes. --- src/wasm-emscripten.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/wasm-emscripten.h') 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(); -- cgit v1.2.3