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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ir/branch-utils.h b/src/ir/branch-utils.h
index 87f7813e7..54a3f1c16 100644
--- a/src/ir/branch-utils.h
+++ b/src/ir/branch-utils.h
@@ -66,7 +66,7 @@ template<typename T> void operateOnScopeNameUses(Expression* expr, T func) {
#define DELEGATE_FIELD_CHILD_VECTOR(id, name)
#define DELEGATE_FIELD_INT_ARRAY(id, name)
-#include "wasm-delegations-fields.h"
+#include "wasm-delegations-fields.def"
}
// Similar to operateOnScopeNameUses, but also passes in the type that is sent
@@ -131,7 +131,7 @@ template<typename T> void operateOnScopeNameDefs(Expression* expr, T func) {
#define DELEGATE_FIELD_SCOPE_NAME_USE(id, name)
#define DELEGATE_FIELD_SCOPE_NAME_USE_VECTOR(id, name)
-#include "wasm-delegations-fields.h"
+#include "wasm-delegations-fields.def"
}
using NameSet = std::set<Name>;