rs6000.c: Include params.h
authorDavid Edelsohn <dje@gcc.gnu.org>
Fri, 4 Nov 2005 03:21:18 +0000 (22:21 -0500)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 4 Nov 2005 03:21:18 +0000 (22:21 -0500)
commit1c2763c9e96d1a64cddb4df75cb52f9f0f0e6269
treed7e388e972e93e37a225e4f53b6ff88730a1e098
parent59d6560b2493f175a8ebc9eb1029850db56e4ccb
rs6000.c: Include params.h

        * config/rs6000/rs6000.c: Include params.h
        (optimization_options): Set max-grow-copy-bb-insns default to 16.
        (bdesc_2arg): Delete vpkuhss and vpkuwss.
        * config/rs6000/altivec.md (UNSPEC_VPKUHSS): Delete.
        (UNSPEC_VPKUWSS): Delete.
        (altivec_vpkuhss): Delete.
        (altivec_vpkuwss): Delete.
        * config/rs6000/rs6000.md (plus_eqsi): Remove optimize_size from
        final condition.
        (neg_eq0<mode>): Remove final condition.
        (neg_eq<mode>): Remove condition and split-condition.

From-SVN: r106480
gcc/ChangeLog