From e85c594b0a8897da88d976859159db7f2d994b61 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 18 Jun 2016 16:44:01 +0100 Subject: add a precompute pass --- src/wasm.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wasm.cpp') diff --git a/src/wasm.cpp b/src/wasm.cpp index 48a0f276a..dd06a8d14 100644 --- a/src/wasm.cpp +++ b/src/wasm.cpp @@ -20,6 +20,9 @@ namespace wasm { +Name WASM("wasm"), + RETURN_FLOW("*return:)*"); + struct TypeSeeker : public PostWalker> { Expression* target; // look for this one Name targetName; -- cgit v1.2.3