Fixed more problems due to hidden conversion in Store/Load:
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 17 Oct 2006 12:15:37 +0000 (12:15 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 17 Oct 2006 12:15:37 +0000 (12:15 +0000)
commit1637bff25835c0786e31252a7ee0b6b7877bba65
tree4b3e3bf01863225d2ecec461230e51943440e9ac
parentd4e18172f57f9db54c6caeba01043f0c5f3e1921
Fixed more problems due to hidden conversion in Store/Load:
 - allow only hidden conversion if the size and the mode sort is equal
   and two-complements arithmetic is used: practically this allows only
   signed/unsigned conversion
 - all other conversions (which are reinterpret cast) are forbidden yet

[r8352]
ir/opt/scalar_replace.c