- BugFix: NEVER skip BAD nodes when creating Phi's, or data cycles loops
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 5 Dec 2008 16:09:22 +0000 (16:09 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 5 Dec 2008 16:09:22 +0000 (16:09 +0000)
commit410ab93895ac2d47b57868703ecea74019c0783d
tree19b859a3aacf8debdbf9108c1e4308885634105f
parent5e336be82986d1ba56d63b3862f9d8d8acc8f9e1
- BugFix: NEVER skip BAD nodes when creating Phi's, or data cycles loops
  can arise in dead loops. We already fixed this bug in Phi-optimization, but
  it still exists in SSA-construction, ARG!
  This fixes compilerhang5.c
- clean up if condition by using DeMorgan

[r24332]
ir/ir/ircons.c