ast2firm: Remove unnecessary special case handling for constant folding.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 9 Dec 2012 17:41:46 +0000 (18:41 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 9 Dec 2012 17:45:22 +0000 (18:45 +0100)
commitfad027439f2410a5173f93db1cc1dc511fe5206c
tree540afb9a673f571bffa1ea68a9717946d262c0d9
parent2b1ef744311cf4e11db485ad6bae49a3951e0d60
ast2firm: Remove unnecessary special case handling for constant folding.

In particular the case in conditional_to_firm() should be covered by jump target handling.
ast2firm.c