From 6b05f000e8b9249afd0838774b6bdaf64fcaf90a Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 2 Feb 2018 18:47:10 -0800 Subject: Rename WasmType => Type (#1398) * rename WasmType to Type. it's in the wasm:: namespace anyhow, and without Wasm- it fits in better alongside Index, Address, Expression, Module, etc. --- src/ir/branch-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ir/branch-utils.h') diff --git a/src/ir/branch-utils.h b/src/ir/branch-utils.h index 26e8e7c87..84be9f897 100644 --- a/src/ir/branch-utils.h +++ b/src/ir/branch-utils.h @@ -110,7 +110,7 @@ struct BranchSeeker : public PostWalker { bool named = true; Index found; - WasmType valueType; + Type valueType; BranchSeeker(Name target) : target(target), found(0) {} -- cgit v1.2.3