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

Added space.

parent 77882011
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ def is_reg_dead_after(reg, block, index, known_jump_targets=[]): ...@@ -18,7 +18,7 @@ def is_reg_dead_after(reg, block, index, known_jump_targets=[]):
and block[-1][0] not in known_jump_targets: and block[-1][0] not in known_jump_targets:
if block.verbose: if block.verbose:
block[index].set_inline_comment( block[index].set_inline_comment(
'Register %s cannot be removed due to "jal %s"' ' Register %s cannot be removed due to "jal %s"'
% (reg, block[-1][0])) % (reg, block[-1][0]))
return False return False
......
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