r251501 - Reflow comment.

Eric Christopher via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 27 23:56:26 PDT 2015


Author: echristo
Date: Wed Oct 28 01:56:25 2015
New Revision: 251501

URL: http://llvm.org/viewvc/llvm-project?rev=251501&view=rev
Log:
Reflow comment.

Modified:
    cfe/trunk/lib/CodeGen/CGBuiltin.cpp

Modified: cfe/trunk/lib/CodeGen/CGBuiltin.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGBuiltin.cpp?rev=251501&r1=251500&r2=251501&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGBuiltin.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGBuiltin.cpp Wed Oct 28 01:56:25 2015
@@ -324,12 +324,10 @@ bool CodeGenFunction::checkBuiltinTarget
     if (ParsedAttr.second != "")
       TargetCPU = ParsedAttr.second;
 
-    // Now populate the feature map, first with the TargetCPU which is
-    // either
-    // the default or a new one from the target attribute string. Then we'll
-    // use the passed in features (FeaturesAsWritten) along with the new
-    // ones
-    // from the attribute.
+    // Now populate the feature map, first with the TargetCPU which is either
+    // the default or a new one from the target attribute string. Then we'll use
+    // the passed in features (FeaturesAsWritten) along with the new ones from
+    // the attribute.
     Target.initFeatureMap(FeatureMap, CGM.getDiags(), TargetCPU,
                           ParsedAttr.first);
   } else {




More information about the cfe-commits mailing list