Commit 545ff4b8 authored by Stefan Behnel's avatar Stefan Behnel

remove redundant transformation run

parent 99da1f3a
......@@ -132,7 +132,6 @@ class Context(object):
_check_c_declarations,
AnalyseExpressionsTransform(self),
OptimizeBuiltinCalls(),
ConstantFolding(),
IterationTransform(),
SwitchTransform(),
FinalOptimizePhase(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