BugFix: dead node elimination killed the Phi node in the old graph instead
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 27 Jun 2005 08:39:32 +0000 (08:39 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 27 Jun 2005 08:39:32 +0000 (08:39 +0000)
commitca165a396e8624505dfd91e7ae2c0f41ae12f5a9
tree66980a9fd4c6323129dbdd1bd800bcdbcecbd1d8
parent3fc3581455283da528a83ae84bce579992182c55
BugFix: dead node elimination killed the Phi node in the old graph instead
in the new one

Code Placement: replaced get_nodes_block() calls by get_irn_n() to avoid
new assertion that checks block usage in floating graphs

[r6122]
ir/ir/irgopt.c