mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
Fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27440 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9b42bdd7bc
commit
99bdc654e5
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user