summaryrefslogtreecommitdiff
path: root/src/passes/OptimizeInstructions.cpp
diff options
context:
space:
mode:
authorAlon Zakai (kripken) <alonzakai@gmail.com>2017-07-10 11:22:19 -0700
committerAlon Zakai (kripken) <alonzakai@gmail.com>2017-07-11 11:07:44 -0700
commit987003944456c3d04f74c12067ac950feca1a81e (patch)
tree0d5d10bee94688ebed866e2c9399e3adf45f6b4a /src/passes/OptimizeInstructions.cpp
parent51f26947d7fe801224115abdd601d738eea8ee8d (diff)
downloadbinaryen-987003944456c3d04f74c12067ac950feca1a81e.tar.gz
binaryen-987003944456c3d04f74c12067ac950feca1a81e.tar.bz2
binaryen-987003944456c3d04f74c12067ac950feca1a81e.zip
add the option to seek named breaks, not just taken breaks; refactor headers to make this practical
Diffstat (limited to 'src/passes/OptimizeInstructions.cpp')
-rw-r--r--src/passes/OptimizeInstructions.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/passes/OptimizeInstructions.cpp b/src/passes/OptimizeInstructions.cpp
index 0e7c34564..d1b419a06 100644
--- a/src/passes/OptimizeInstructions.cpp
+++ b/src/passes/OptimizeInstructions.cpp
@@ -26,8 +26,9 @@
#include <support/threads.h>
#include <ast_utils.h>
#include <ast/cost.h>
-#include <ast/properties.h>
+#include <ast/effects.h>
#include <ast/manipulation.h>
+#include <ast/properties.h>
namespace wasm {