From 2ace153a821a8576db24eeeb9e9a73c7db6e9876 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sat, 8 Jul 2017 06:44:34 +0000 Subject: [PATCH] [X86] Minor formatting fix. NFC llvm-svn: 307465 --- llvm/lib/Support/Host.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp index 9fbdb8b..42b71ad 100644 --- a/llvm/lib/Support/Host.cpp +++ b/llvm/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 -- 2.7.4