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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315696 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Craig Topper 2017-10-13 16:06:06 +00:00
parent 1747e96850
commit b5a710de5a

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.