summaryrefslogtreecommitdiff
path: root/src/ir/branch-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/branch-utils.h')
-rw-r--r--src/ir/branch-utils.h2
1 files changed, 1 insertions, 1 deletions
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<BranchSeeker> {
bool named = true;
Index found;
- WasmType valueType;
+ Type valueType;
BranchSeeker(Name target) : target(target), found(0) {}