summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2007-08-07 23:08:00 +0000
committerDale Johannesen <dalej@apple.com>2007-08-07 23:08:00 +0000
commit4e7ff3593cab4a1bf3f7b55e0584db1a34b09e56 (patch)
treeb3d4afd12be6674a3dfe9290e1235304cc2d7ce9 /llvm/lib
parent773df5cf30059f0562f54e0bc8d22d7bf810803f (diff)
downloadbcm5719-llvm-4e7ff3593cab4a1bf3f7b55e0584db1a34b09e56.tar.gz
bcm5719-llvm-4e7ff3593cab4a1bf3f7b55e0584db1a34b09e56.zip
Fix spelling of mtvscr and mfvscr.
llvm-svn: 40908
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PPCInstrAltivec.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrAltivec.td b/llvm/lib/Target/PowerPC/PPCInstrAltivec.td
index 7a404adee62..dc225843ebe 100644
--- a/llvm/lib/Target/PowerPC/PPCInstrAltivec.td
+++ b/llvm/lib/Target/PowerPC/PPCInstrAltivec.td
@@ -171,10 +171,10 @@ def DSTST : DSS_Form<374, (outs), (ins u5imm:$T, u5imm:$STRM, GPRC:$rA, GPRC:$rB
"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.
OpenPOWER on IntegriCloud