pa.c (hppa_legitimize_address): Don't lose for x[n-const] when n-const will not be...
authorJeff Law <law@gcc.gnu.org>
Wed, 20 Mar 1996 18:15:13 +0000 (11:15 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 20 Mar 1996 18:15:13 +0000 (11:15 -0700)
commitc2827c50df017de1feca62ab61acb5218dbb0265
treec1e0b43dacc1c45c82e64084f9e0f4c007b2fe79
parent66795cc71383d31311c08231cfc6815212acd456
pa.c (hppa_legitimize_address): Don't lose for x[n-const] when n-const will not be shifted.

        * pa.c (hppa_legitimize_address): Don't lose for x[n-const]
        when n-const will not be shifted.  Don't pessimize code for
        x[n-const] when const is small.

From-SVN: r11579
gcc/config/pa/pa.c