mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Spell e500 feature in lower case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215103 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
445a9f9729
commit
46a750b1a0
@ -90,7 +90,7 @@ def FeatureLDBRX : SubtargetFeature<"ldbrx","HasLDBRX", "true",
|
||||
"Enable the ldbrx instruction">;
|
||||
def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true",
|
||||
"Enable Book E instructions">;
|
||||
def FeatureE500 : SubtargetFeature<"E500", "IsE500", "true",
|
||||
def FeatureE500 : SubtargetFeature<"e500", "IsE500", "true",
|
||||
"Enable E500/E500mc instructions">;
|
||||
def FeaturePPC4xx : SubtargetFeature<"ppc4xx", "IsPPC4xx", "true",
|
||||
"Enable PPC 4xx instructions">;
|
||||
|
Loading…
Reference in New Issue
Block a user