From 45f8fedce6d432bfe24573ae4edb092202ef7bb9 Mon Sep 17 00:00:00 2001 From: "Alon Zakai (kripken)" Date: Mon, 10 Jul 2017 18:01:37 -0700 Subject: fix Const finalization and use it properly in br finalization in Precompute --- src/wasm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wasm.h') diff --git a/src/wasm.h b/src/wasm.h index 1f9e1c7af..e5b1eaea3 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -464,6 +464,8 @@ public: Literal value; Const* set(Literal value_); + + void finalize(); }; class Unary : public SpecificExpression { -- cgit v1.2.3