summaryrefslogtreecommitdiff
path: root/src/passes/passes.h
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2022-06-06 13:24:11 -0700
committerGitHub <noreply@github.com>2022-06-06 13:24:11 -0700
commitec88ea6df0925ae0e648b26d327239e946de48a6 (patch)
tree78b92a32e971025e370c8cdbcfcd0538b540c33e /src/passes/passes.h
parentb6040f5834c9ab7d52fc257cd65f3384304a73cf (diff)
downloadbinaryen-ec88ea6df0925ae0e648b26d327239e946de48a6.tar.gz
binaryen-ec88ea6df0925ae0e648b26d327239e946de48a6.tar.bz2
binaryen-ec88ea6df0925ae0e648b26d327239e946de48a6.zip
Restore and fix SpillPointers pass (#4570)
We have some possible use cases for this pass, and so are restoring it. This reverts the removal in #3261, fixes compile errors in internal API changes since then, and flips the direction of the stack for the wasm backend.
Diffstat (limited to 'src/passes/passes.h')
-rw-r--r--src/passes/passes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/passes/passes.h b/src/passes/passes.h
index 2c73ed91e..c30867c20 100644
--- a/src/passes/passes.h
+++ b/src/passes/passes.h
@@ -129,6 +129,7 @@ Pass* createStripProducersPass();
Pass* createStripTargetFeaturesPass();
Pass* createSouperifyPass();
Pass* createSouperifySingleUsePass();
+Pass* createSpillPointersPass();
Pass* createStubUnsupportedJSOpsPass();
Pass* createSSAifyPass();
Pass* createSSAifyNoMergePass();