[X86] Fix some inconsistent formatting in the processor feature lists.

llvm-svn: 315696
This commit is contained in:
Craig Topper 2017-10-13 16:06:06 +00:00
parent 54541c4675
commit 5805fb3dfc
1 changed files with 4 additions and 4 deletions

View File

@ -606,8 +606,8 @@ def SKLFeatures : ProcessorFeatures<BDWFeatures.Value, [
class SkylakeClientProc<string Name> : ProcModel<Name, SkylakeClientModel,
SKLFeatures.Value, [
ProcIntelSKL
]>;
ProcIntelSKL
]>;
def : SkylakeClientProc<"skylake">;
// FIXME: define KNL model
@ -656,8 +656,8 @@ def CNLFeatures : ProcessorFeatures<SKXFeatures.Value, [
class CannonlakeProc<string Name> : ProcModel<Name, HaswellModel,
CNLFeatures.Value, [
ProcIntelCNL
]>;
ProcIntelCNL
]>;
def : CannonlakeProc<"cannonlake">;
// AMD CPUs.