Commit 4dbce732 authored by Taddeus Kroes's avatar Taddeus Kroes

Changed space to tab.

parent d9f1f041
...@@ -404,7 +404,8 @@ def eliminate_dead_code(block): ...@@ -404,7 +404,8 @@ def eliminate_dead_code(block):
if block.debug: if block.debug:
s.stype = 'comment' s.stype = 'comment'
s.options['block'] = False s.options['block'] = False
s.name = ' Dead:\t%s\t%s (dead register %s)' \ s.options[''] = False
s.name = ' Dead:\t%s\t%s\t(dead register %s)' \
% (s.name, ','.join(map(str, s)), reg) % (s.name, ','.join(map(str, s)), reg)
else: else:
s.remove = True s.remove = True
......
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