[llvm] r307465 - [X86] Minor formatting fix. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 7 23:44:34 PDT 2017


Author: ctopper
Date: Fri Jul  7 23:44:34 2017
New Revision: 307465

URL: http://llvm.org/viewvc/llvm-project?rev=307465&view=rev
Log:
[X86] Minor formatting fix. NFC

Modified:
    llvm/trunk/lib/Support/Host.cpp

Modified: llvm/trunk/lib/Support/Host.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Host.cpp?rev=307465&r1=307464&r2=307465&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Host.cpp (original)
+++ llvm/trunk/lib/Support/Host.cpp Fri Jul  7 23:44:34 2017
@@ -827,10 +827,8 @@ getIntelProcessorTypeAndSubtype(unsigned
   }
 }
 
-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




More information about the llvm-commits mailing list