[llvm-commits] [llvm] r40908 - /llvm/trunk/lib/Target/PowerPC/PPCInstrAltivec.td

Dale Johannesen dalej at apple.com
Tue Aug 7 16:08:00 PDT 2007


Author: johannes
Date: Tue Aug  7 18:08:00 2007
New Revision: 40908

URL: http://llvm.org/viewvc/llvm-project?rev=40908&view=rev
Log:
Fix spelling of mtvscr and mfvscr.

Modified:
    llvm/trunk/lib/Target/PowerPC/PPCInstrAltivec.td

Modified: llvm/trunk/lib/Target/PowerPC/PPCInstrAltivec.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCInstrAltivec.td?rev=40908&r1=40907&r2=40908&view=diff

==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCInstrAltivec.td (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCInstrAltivec.td Tue Aug  7 18:08:00 2007
@@ -171,10 +171,10 @@
                    "dstst $rA, $rB, $STRM, $T", LdStGeneral /*FIXME*/, []>;
 
 def MFVSCR : VXForm_4<1540, (outs VRRC:$vD), (ins),
-                      "mfvcr $vD", LdStGeneral,
+                      "mfvscr $vD", LdStGeneral,
                       [(set VRRC:$vD, (int_ppc_altivec_mfvscr))]>; 
 def MTVSCR : VXForm_5<1604, (outs), (ins VRRC:$vB),
-                      "mtvcr $vB", LdStGeneral,
+                      "mtvscr $vB", LdStGeneral,
                       [(int_ppc_altivec_mtvscr VRRC:$vB)]>; 
 
 let isLoad = 1, PPC970_Unit = 2 in {  // Loads.





More information about the llvm-commits mailing list