Taddeus Kroes 14 anni fa
parent
commit
4601e9b74c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/liveness.py

+ 1 - 1
src/liveness.py

@@ -18,7 +18,7 @@ def is_reg_dead_after(reg, block, index, known_jump_targets=[]):
             and block[-1][0] not in known_jump_targets:
         if block.verbose:
             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]))
         return False