BugFix:
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 26 Jul 2008 22:52:36 +0000 (22:52 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 26 Jul 2008 22:52:36 +0000 (22:52 +0000)
commit489efceb410ba110f3c6999bfb4acbbda83e681a
tree6781500506aadac0393e6ef371f6e5c088db83c8
parent935d4f71ab9929e5f72b13ccf983ab02df7b9404
BugFix:
 - due to the way we implement compute_Phi)(, we must place all Phi's
   of a block on the cprop list if the block is placed
-  implemented local cprop list as double-linked list: this ensures the
   fifo character of this list (is it really needed? It might generate
   lesser rounds)

[r20714]
ir/opt/combo.c