i386.c (ix86_constant_alignment): Decrease alignment of long string literals from...
authorJakub Jelinek <jakub@redhat.com>
Tue, 27 Jan 2004 10:27:40 +0000 (11:27 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 27 Jan 2004 10:27:40 +0000 (11:27 +0100)
commit4137ba7ab7a1d7be1a3452dcf7f5a3818dcb4c6b
treec6c8130026c2855908d08fa4b2eccd38506d2384
parenta4bb41cc2fba94fb61022573850fd2de44e13170
i386.c (ix86_constant_alignment): Decrease alignment of long string literals from 32 bytes to sizeof (void *) when...

* config/i386/i386.c (ix86_constant_alignment): Decrease alignment
of long string literals from 32 bytes to sizeof (void *) when !-Os
and to 1 with -Os.

From-SVN: r76694
gcc/ChangeLog
gcc/config/i386/i386.c