diff options
| -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")]) |
