summaryrefslogtreecommitdiff
path: root/src/passes/Directize.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/passes/Directize.cpp')
-rw-r--r--src/passes/Directize.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/passes/Directize.cpp b/src/passes/Directize.cpp
index ba5280d65..af020aca6 100644
--- a/src/passes/Directize.cpp
+++ b/src/passes/Directize.cpp
@@ -34,7 +34,6 @@
#include "call-utils.h"
#include "ir/table-utils.h"
-#include "ir/type-updating.h"
#include "ir/utils.h"
#include "pass.h"
#include "wasm-builder.h"
@@ -107,7 +106,6 @@ struct FunctionDirectizer : public WalkerPass<PostWalker<FunctionDirectizer>> {
WalkerPass<PostWalker<FunctionDirectizer>>::doWalkFunction(func);
if (changedTypes) {
ReFinalize().walkFunctionInModule(func, getModule());
- TypeUpdating::handleNonDefaultableLocals(func, *getModule());
}
}