diff options
Diffstat (limited to 'src/passes/OptimizeInstructions.cpp')
-rw-r--r-- | src/passes/OptimizeInstructions.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/passes/OptimizeInstructions.cpp b/src/passes/OptimizeInstructions.cpp index 9379d8588..42d92751f 100644 --- a/src/passes/OptimizeInstructions.cpp +++ b/src/passes/OptimizeInstructions.cpp @@ -238,9 +238,6 @@ struct OptimizeInstructions optimizer.walkFunction(func); } - // Some patterns create locals (like when we use getResultOfFirst), which we - // may need to fix up. - TypeUpdating::handleNonDefaultableLocals(func, *getModule()); // Some patterns create blocks that can interfere 'catch' and 'pop', nesting // the 'pop' into a block making it invalid. EHUtils::handleBlockNestedPops(func, *getModule()); |