Commit d9f1f041 authored by Taddeus Kroes's avatar Taddeus Kroes

Added dead register to DCE message.

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