From b5a710de5a6af31df873d0fbe32adb75c130254a Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 13 Oct 2017 16:06:06 +0000 Subject: [PATCH] [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 --- lib/Target/X86/X86.td | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.