emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero if...
authorJohn Carr <jfc@mit.edu>
Wed, 22 Apr 1998 12:57:04 +0000 (12:57 +0000)
committerJohn Carr <jfc@gcc.gnu.org>
Wed, 22 Apr 1998 12:57:04 +0000 (12:57 +0000)
commit27eef9cececccd37254c9106b02fd965369650eb
tree37289efcae710e9b3892cb4a63490d76a9c2b2c7
parent3f4ea1dee8bf07bf77f7b7417fe77652be421afc
emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero if...

* emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero
if HOST_BITS_PER_WIDE_INT is larger than BITS_PER_WORD.
* final.c (split_double): Sign extend both halves of a split CONST_INT.

From-SVN: r19375
gcc/ChangeLog
gcc/emit-rtl.c
gcc/final.c