mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
fix capitalization; NFC
llvm-svn: 250049
This commit is contained in:
parent
3d11c34467
commit
63e48e87c3
@ -182,7 +182,7 @@ def FeatureRDSEED : SubtargetFeature<"rdseed", "HasRDSEED", "true",
|
||||
"Support RDSEED instruction">;
|
||||
def FeatureMPX : SubtargetFeature<"mpx", "HasMPX", "true",
|
||||
"Support MPX instructions">;
|
||||
def FeatureLeaForSP : SubtargetFeature<"lea-sp", "UseLeaForSP", "true",
|
||||
def FeatureLEAForSP : SubtargetFeature<"lea-sp", "UseLeaForSP", "true",
|
||||
"Use LEA for adjusting the stack pointer">;
|
||||
def FeatureSlowDivide32 : SubtargetFeature<"idivl-to-divb",
|
||||
"HasSlowDivide32", "true",
|
||||
@ -284,7 +284,7 @@ class BonnellProc<string Name> : ProcessorModel<Name, AtomModel, [
|
||||
FeatureCMPXCHG16B,
|
||||
FeatureMOVBE,
|
||||
FeatureSlowBTMem,
|
||||
FeatureLeaForSP,
|
||||
FeatureLEAForSP,
|
||||
FeatureSlowDivide32,
|
||||
FeatureSlowDivide64,
|
||||
FeatureCallRegIndirect,
|
||||
|
Loading…
x
Reference in New Issue
Block a user