public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* altivec: change ldvx to lvx
@ 2001-11-13 15:03 Aldy Hernandez
  0 siblings, 0 replies; only message in thread
From: Aldy Hernandez @ 2001-11-13 15:03 UTC (permalink / raw)
  To: gcc patches

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-11-17  1:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-13 15:03 altivec: change ldvx to lvx Aldy Hernandez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).