From: Craig Topper Date: Fri, 13 Oct 2017 16:06:06 +0000 (+0000) Subject: [X86] Fix some inconsistent formatting in the processor feature lists. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5a710de5a6af31df873d0fbe32adb75c130254a;p=llvm [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 --- diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td index 22f682f9661..dbe3620ee8f 100644 --- a/lib/Target/X86/X86.td +++ b/lib/Target/X86/X86.td @@ -606,8 +606,8 @@ def SKLFeatures : ProcessorFeatures : ProcModel; + ProcIntelSKL +]>; def : SkylakeClientProc<"skylake">; // FIXME: define KNL model @@ -656,8 +656,8 @@ def CNLFeatures : ProcessorFeatures : ProcModel; + ProcIntelCNL +]>; def : CannonlakeProc<"cannonlake">; // AMD CPUs.