copy_irn_to_irg was buggy. It handed the whole in array of a node, including
authorAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Sat, 29 Apr 2006 18:59:00 +0000 (18:59 +0000)
committerAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Sat, 29 Apr 2006 18:59:00 +0000 (18:59 +0000)
commit0034cb27dbdc8b46bd7b8190e382eb590da91fea
tree9c7450fd740305855dd5c05ff75d42f4be64a6f3
parent8a1f945c42aad326de32b42ce60fbd26a80dda1e
copy_irn_to_irg was buggy. It handed the whole in array of a node, including
the block, to new_ir_node. As a result after copying position 0 of the
new node contained the block.

[r7672]
ir/common/irtools.c