Commit 4c644da3 authored by Vitja Makarov's avatar Vitja Makarov

Run RemoveUnreachableCode one more time after control flow analysis

parent df6b0e74
......@@ -152,6 +152,7 @@ class Context(object):
EarlyReplaceBuiltinCalls(self), ## Necessary?
TransformBuiltinMethods(self), ## Necessary?
CreateControlFlowGraph(self),
RemoveUnreachableCode(self),
MarkAssignments(self),
MarkOverflowingArithmetic(self),
IntroduceBufferAuxiliaryVars(self),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment