Amendment to r28345-r28346.
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 11 Feb 2011 13:19:11 +0000 (13:19 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 11 Feb 2011 13:19:11 +0000 (13:19 +0000)
commita0fe3cf1ddb58547dfb8c03631a868121c075c1d
tree36c5482a09f72273f8db10d7223c93fa9a13233c
parent3bc87291bee3a0695bd2f4fd3ac26309c1befae5
Amendment to r28345-r28346.

Check for mode int on several places where Div nodes are handled:
- fixed arch_dep_replace_div_by_const() (works for int only)
- fixed constant folding for Div nodes (different for float and int)
- fixed transform_node_Div() (some code pathes allowed only for int)
- fixed comment and one missing check in Div mode verifycation

[r28366]
ir/ir/irarch.c
ir/ir/iropt.c
ir/ir/irverify.c