Added a new attribute to block nodes: dead
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 1 Dec 2004 15:51:45 +0000 (15:51 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 1 Dec 2004 15:51:45 +0000 (15:51 +0000)
commit3b7785f7e3ae25615884947f2a8be5c8acf346a3
tree8479eb0ea2673a93eb3f5de014dc051101315b2f
parentd38b37558f8b4ac10123d125fe9881ccd2364488
Added a new attribute to block nodes: dead
This attribute can only be set, not reseted and means the block is dead
(could be replaced my Bad in old semantics).

the new is_Block_dead() test chescks for the new attribute (and is_Bad() too)
and should be used whenever a block is check with is_Bad()

[r4535]
ir/ir/ircons.c
ir/ir/irdump.c
ir/ir/irnode.c
ir/ir/irnode.h
ir/ir/irnode_t.h