diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-06-26 11:00:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-26 11:00:02 -0700 |
commit | 45b358706c86415c5982f9e777fa9e19a33b27a3 (patch) | |
tree | d1caa4180c8d0f4a76319fd11f8b18f9f446e6c3 /src/shell-interface.h | |
parent | c410d93d3af9813f889b4011f964d4becf43bc27 (diff) | |
parent | 87f3020cf4e666a6eb6620106e48ee042cd2f666 (diff) | |
download | binaryen-45b358706c86415c5982f9e777fa9e19a33b27a3.tar.gz binaryen-45b358706c86415c5982f9e777fa9e19a33b27a3.tar.bz2 binaryen-45b358706c86415c5982f9e777fa9e19a33b27a3.zip |
Merge pull request #602 from WebAssembly/dsl-nice
Use a DSL in OptimizeInstructions
Diffstat (limited to 'src/shell-interface.h')
-rw-r--r-- | src/shell-interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell-interface.h b/src/shell-interface.h index 62fc2432a..f6c12e8ca 100644 --- a/src/shell-interface.h +++ b/src/shell-interface.h @@ -21,6 +21,7 @@ #ifndef wasm_shell_interface_h #define wasm_shell_interface_h +#include "shared-constants.h" #include "asmjs/shared-constants.h" #include "wasm.h" #include "wasm-interpreter.h" |