summaryrefslogtreecommitdiff
path: root/src/passes/ReplaceStackPointer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move emscripten PIC ABI conversion to a pass. NFC. (#2985)Sam Clegg2020-07-241-1/+1
| | | | Doing it this way happens to re-order the __assign_got_entries function in the module, but its otherwise NFC.
* Move ReplaceStackPoint into a pass (#2984)Sam Clegg2020-07-241-0/+103
First step in making wasm-emscripten-finalize use more passes.