]> granicus.if.org Git - llvm/commitdiff
[X86] Minor formatting fix. NFC
authorCraig Topper <craig.topper@intel.com>
Sat, 8 Jul 2017 06:44:34 +0000 (06:44 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 8 Jul 2017 06:44:34 +0000 (06:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307465 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Host.cpp

index 9fbdb8b616a9651d0b778769e3f28b1fac885e10..42b71ad206f95664de44391003f1cb7ba96e21ba 100644 (file)
@@ -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