added an assertion to get_nodes_block() that fires
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 30 Jun 2005 08:22:02 +0000 (08:22 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 30 Jun 2005 08:22:02 +0000 (08:22 +0000)
commitb3fc6c1aeda4b042356b3397f3e9c1694910f9d1
treef1cc5ec5d1c0d6d357b7bafdc2cc236f1f2f86b1
parentdd637b77e15fc74e573cc313966cf8670e57188d
added an assertion to get_nodes_block() that fires
if this function is used on a floating node, as it would
return a potential wrong result.

Used get_irn_n(*, -1) in places where this is tolerable

[r6139]
ir/ir/irnode.c