[llvm] r215103 - Spell e500 feature in lower case.

Joerg Sonnenberger joerg at bec.de
Thu Aug 7 05:31:29 PDT 2014


Author: joerg
Date: Thu Aug  7 07:31:28 2014
New Revision: 215103

URL: http://llvm.org/viewvc/llvm-project?rev=215103&view=rev
Log:
Spell e500 feature in lower case.

Modified:
    llvm/trunk/lib/Target/PowerPC/PPC.td

Modified: llvm/trunk/lib/Target/PowerPC/PPC.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPC.td?rev=215103&r1=215102&r2=215103&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPC.td (original)
+++ llvm/trunk/lib/Target/PowerPC/PPC.td Thu Aug  7 07:31:28 2014
@@ -90,7 +90,7 @@ def FeatureLDBRX     : SubtargetFeature<
                                         "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">;





More information about the llvm-commits mailing list