Commit 5c33f2be authored by Taddeus Kroes's avatar Taddeus Kroes

Removed useless newline.

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