(mips_legitimate_address_p): Don't allow register+offset if the offset is large and...
authorClinton Popetz <cpopetz@cygnus.com>
Fri, 4 Aug 2000 11:52:08 +0000 (11:52 +0000)
committerClinton Popetz <cpopetz@gcc.gnu.org>
Fri, 4 Aug 2000 11:52:08 +0000 (07:52 -0400)
commit5896d7940bf2481467794cd95eafc607794fd0c1
treec77879c83ef860d7773982e2d871694160d594e7
parent2d0de2459ff9c5d7118c325a515637b362d8b0cf
(mips_legitimate_address_p): Don't allow register+offset if the offset is large and negative...

* (mips_legitimate_address_p): Don't allow register+offset
if the offset is large and negative, and we are compiling
for 64 bit registers.

From-SVN: r35477
gcc/ChangeLog
gcc/config/mips/mips.c