altivec: change ldvx to lvx

Aldy Hernandez aldyh@redhat.com
Tue Nov 13 15:03:00 GMT 2001


typo.  obvious fix.

-- 
Aldy Hernandez			E-mail: aldyh@redhat.com
Professional Gypsy
Red Hat, Inc.

2001-11-16  Aldy Hernandez  <aldyh@redhat.com>

	* config/rs6000/rs6000.md: Change all ldvx to lvx.


Index: rs6000.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/rs6000.md,v
retrieving revision 1.132
diff -c -r1.132 rs6000.md
*** rs6000.md	2001/11/15 15:04:10	1.132
--- rs6000.md	2001/11/17 01:13:46
***************
*** 13393,13399 ****
    "TARGET_ALTIVEC"
    "@
     stvx %1,%y0
!    ldvx %0,%y1
     vor %0,%1,%1"
    [(set_attr "type" "altivec")])
  
--- 13393,13399 ----
    "TARGET_ALTIVEC"
    "@
     stvx %1,%y0
!    lvx %0,%y1
     vor %0,%1,%1"
    [(set_attr "type" "altivec")])
  
***************
*** 13409,13415 ****
    "TARGET_ALTIVEC"
    "@
     stvx %1,%y0
!    ldvx %0,%y1
     vor %0,%1,%1"
    [(set_attr "type" "altivec")])
  
--- 13409,13415 ----
    "TARGET_ALTIVEC"
    "@
     stvx %1,%y0
!    lvx %0,%y1
     vor %0,%1,%1"
    [(set_attr "type" "altivec")])
  
***************
*** 13425,13431 ****
    "TARGET_ALTIVEC"
    "@
     stvx %1,%y0
!    ldvx %0,%y1
     vor %0,%1,%1"
    [(set_attr "type" "altivec")])
  
--- 13425,13431 ----
    "TARGET_ALTIVEC"
    "@
     stvx %1,%y0
!    lvx %0,%y1
     vor %0,%1,%1"
    [(set_attr "type" "altivec")])
  
***************
*** 13441,13447 ****
    "TARGET_ALTIVEC"
    "@
     stvx %1,%y0
!    ldvx %0,%y1
     vor %0,%1,%1"
    [(set_attr "type" "altivec")])
  
--- 13441,13447 ----
    "TARGET_ALTIVEC"
    "@
     stvx %1,%y0
!    lvx %0,%y1
     vor %0,%1,%1"
    [(set_attr "type" "altivec")])
  



More information about the Gcc-patches mailing list