Skip to content

Commit b9d87b1

Browse files
committed
fix
1 parent f9632d5 commit b9d87b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/passes/Inlining.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -688,9 +688,6 @@ static void updateAfterInlining(Module* module, Function* into) {
688688
// Inlining unreachable contents can make things in the function we inlined
689689
// into unreachable.
690690
ReFinalize().walkFunctionInModule(into, module);
691-
// New locals we added may require fixups for nondefaultability.
692-
// FIXME Is this not done automatically?
693-
TypeUpdating::handleNonDefaultableLocals(into, *module);
694691
}
695692

696693
static void doInlining(Module* module,

0 commit comments

Comments
 (0)