Skip to content
Snippets Groups Projects
Commit 312aa1f0 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Forgot another whitespace.

parent 299d61f5
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ def optimize_block(block): ...@@ -34,6 +34,7 @@ def optimize_block(block):
| copy_propagation(block): | copy_propagation(block):
pass pass
def optimize(statements, verbose=0): def optimize(statements, verbose=0):
"""Optimization wrapper function, calls global and basic-block level """Optimization wrapper function, calls global and basic-block level
optimization functions.""" optimization functions."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment