This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

altivec: change ldvx to lvx


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]