From f3fe2696dc4b23dc87f54158eb303e31c9675d5e Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Sat, 17 Nov 2001 01:19:06 +0000 Subject: [PATCH] rs6000.md: Change all ldvx to lvx. 2001-11-16 Aldy Hernandez * config/rs6000/rs6000.md: Change all ldvx to lvx. From-SVN: r47113 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/rs6000.md | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 713b6b8904a..c270aa3ad9d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-11-16 Aldy Hernandez + + * config/rs6000/rs6000.md: Change all ldvx to lvx. + 2001-11-16 Alexandre Oliva * 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 c9dfa968b10..6b8dda70683 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")]) -- 2.30.2