Fix a typo

llvm-svn: 27440
This commit is contained in:
Chris Lattner 2006-04-05 20:15:25 +00:00
parent 39cc717c65
commit 39dc64c955
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ def LVSL : XForm_1<31, 6, (ops VRRC:$vD, memrr:$src),
[(set VRRC:$vD, (int_ppc_altivec_lvsl xoaddr:$src))]>,
PPC970_Unit_LSU;
def LVSR : XForm_1<31, 38, (ops VRRC:$vD, memrr:$src),
"lvsl $vD, $src", LdStGeneral,
"lvsr $vD, $src", LdStGeneral,
[(set VRRC:$vD, (int_ppc_altivec_lvsr xoaddr:$src))]>,
PPC970_Unit_LSU;