From 51f26947d7fe801224115abdd601d738eea8ee8d Mon Sep 17 00:00:00 2001 From: "Alon Zakai (kripken)" Date: Tue, 11 Jul 2017 10:43:20 -0700 Subject: refactor and improve break validation. breaks names are unique, so we don't need a stack, and break targets must exist even if they are not actually taken --- src/binaryen-c.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/binaryen-c.cpp') diff --git a/src/binaryen-c.cpp b/src/binaryen-c.cpp index 83d0e155f..dfdca516f 100644 --- a/src/binaryen-c.cpp +++ b/src/binaryen-c.cpp @@ -30,6 +30,7 @@ #include "wasm-s-parser.h" #include "wasm-validator.h" #include "cfg/Relooper.h" +#include "ast_utils.h" #include "shell-interface.h" using namespace wasm; -- cgit v1.2.3