From: Craig Topper Date: Sat, 8 Jul 2017 06:44:34 +0000 (+0000) Subject: [X86] Minor formatting fix. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d18691202bac823781825dea21cf8780cbd20b31;p=llvm [X86] Minor formatting fix. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307465 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Host.cpp b/lib/Support/Host.cpp index 9fbdb8b616a..42b71ad206f 100644 --- a/lib/Support/Host.cpp +++ b/lib/Support/Host.cpp @@ -827,10 +827,8 @@ getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, } } -static void getAMDProcessorTypeAndSubtype(unsigned Family, - unsigned Model, - unsigned Features, - unsigned *Type, +static void getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, + unsigned Features, unsigned *Type, unsigned *Subtype) { // FIXME: this poorly matches the generated SubtargetFeatureKV table. There // appears to be no way to generate the wide variety of AMD-specific targets