BugFix:
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 6 Sep 2005 08:04:25 +0000 (08:04 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 6 Sep 2005 08:04:25 +0000 (08:04 +0000)
commitd05be8acf683be63c90cc49f37d2677491e29fdc
tree731d3ed92ddc82bb2132d9003a08459f2b543087
parented1dba45841c0f477fcc9d3cae9c51935d3db9eb
BugFix:
  We cannot replace old Phi nodes with current one BEFORE we
  have handled all Phi's in the current block, else we might
  generate wrong references between Phi nodes of a block

clean up is_despensible: uses goto's now, but more readable

[r6578]
ir/opt/cfopt.c