]> git.ipfire.org Git - thirdparty/gcc.git/commit
altivec.md (altivec_dst): Make the first operand a REG, not a MEM.
authorGeoffrey Keating <geoffk@apple.com>
Thu, 3 Feb 2005 06:36:02 +0000 (06:36 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Thu, 3 Feb 2005 06:36:02 +0000 (06:36 +0000)
commit666158b9cecdc55cc2f2cf0c77f571220b5a10c3
treeb9fc41b4284dd1212ec0f59c15bb2c40b47e1e1e
parentcce4ca555977ed3f73197ff2e7773dade9aea665
altivec.md (altivec_dst): Make the first operand a REG, not a MEM.

2005-02-02  Geoffrey Keating  <geoffk@apple.com>

* config/rs6000/altivec.md (altivec_dst): Make the first operand
a REG, not a MEM.
(altivec_dstt): Likewise.
(altivec_dstst): Likewise.
(altivec_dststt): Likewise.
* config/rs6000/rs6000.c (altivec_expand_dst_builtin): Adjust creation
of first operand.

Index: testsuite/ChangeLog
2005-02-02  Geoffrey Keating  <geoffk@apple.com>

* gcc.dg/altivec-19.c: New.

From-SVN: r94652
gcc/ChangeLog
gcc/config/rs6000/altivec.md
gcc/config/rs6000/rs6000.c
gcc/testsuite/ChangeLog