diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2001-11-17 01:19:06 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2001-11-17 01:19:06 +0000 |
commit | f3fe2696dc4b23dc87f54158eb303e31c9675d5e (patch) | |
tree | 56c0fbc9110c0a1dd29d9ad4d28582f0b94706fc | |
parent | b34e9a5b9fe8113747b0e67e7b76f1da41fcb466 (diff) | |
download | gcc-f3fe2696dc4b23dc87f54158eb303e31c9675d5e.zip gcc-f3fe2696dc4b23dc87f54158eb303e31c9675d5e.tar.gz gcc-f3fe2696dc4b23dc87f54158eb303e31c9675d5e.tar.bz2 |
rs6000.md: Change all ldvx to lvx.
2001-11-16 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.md: Change all ldvx to lvx.
From-SVN: r47113
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 713b6b8..c270aa3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-11-16 Aldy Hernandez <aldyh@redhat.com> + + * config/rs6000/rs6000.md: Change all ldvx to lvx. + 2001-11-16 Alexandre Oliva <aoliva@redhat.com> * gensupport.c (process_rtx): Don't assume filename is the first diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index c9dfa96..6b8dda7 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -13393,7 +13393,7 @@ "TARGET_ALTIVEC" "@ stvx %1,%y0 - ldvx %0,%y1 + lvx %0,%y1 vor %0,%1,%1" [(set_attr "type" "altivec")]) @@ -13409,7 +13409,7 @@ "TARGET_ALTIVEC" "@ stvx %1,%y0 - ldvx %0,%y1 + lvx %0,%y1 vor %0,%1,%1" [(set_attr "type" "altivec")]) @@ -13425,7 +13425,7 @@ "TARGET_ALTIVEC" "@ stvx %1,%y0 - ldvx %0,%y1 + lvx %0,%y1 vor %0,%1,%1" [(set_attr "type" "altivec")]) @@ -13441,7 +13441,7 @@ "TARGET_ALTIVEC" "@ stvx %1,%y0 - ldvx %0,%y1 + lvx %0,%y1 vor %0,%1,%1" [(set_attr "type" "altivec")]) |