BugFixes:
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 26 Jul 2008 08:16:55 +0000 (08:16 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 26 Jul 2008 08:16:55 +0000 (08:16 +0000)
commitf3e1a3ae9b7950c4542b94fda4827c760aac41d1
tree2f993778c3f98acefd86682253ea029e6bf9f10d
parent7edc71a78916cdeb2f8e850615cff19659ce97a7
BugFixes:
 - nodes must be initialized with Top not Bottom
 - right order for mode_X and mode_BB nodes
 - default_compute() assigns now U, R to mode_X nodes
 - cannot handle symconst_addr_name yet
 - compute_Phi() must check the predecessor block for U, because Firm constants live in the start block and are always != Top ...
 - removed the late on_* removement: its assumptions were wrong
 - set the node for newly created IR-nodes

Improvements:
 - ensure reachable End and EndBlock in apply_result()
 - can now replace ProjX(Cond) nodes by Jmp or Bad

Finally runs on Clicks example 3.1 :-)

[r20705]
ir/opt/combo.c