Spell e500 feature in lower case.

llvm-svn: 215103
This commit is contained in:
Joerg Sonnenberger 2014-08-07 12:31:28 +00:00
parent 39f095ae5a
commit 6ae087abc6
1 changed files with 1 additions and 1 deletions

View File

@ -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">;