restrict some Cmp related optimizations to integer types
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 19 Oct 2007 14:04:05 +0000 (14:04 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 19 Oct 2007 14:04:05 +0000 (14:04 +0000)
commit634ecc6eaeb44e57c6a3cff03a5431a43f14ff69
tree84f74d7af29f0ca378a7d94b5c17cf2385b21f78
parent5ab323e8c1307836bcbc6a3110439712d83cbb3d
restrict some Cmp related optimizations to integer types
create a new Proj at the end of transform_node_Proj_Cmp(): this will lead to a fixpoint optimizations of Cmp's
no need to use_new_r_Const(): they are always placed in the startblock

[r16276]
ir/ir/iropt.c