[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)
llvm-svn: 307465

llvm/lib/Support/Host.cpp

index 9fbdb8b..42b71ad 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