]> granicus.if.org Git - clang/commitdiff
Reflow comment.
authorEric Christopher <echristo@gmail.com>
Wed, 28 Oct 2015 06:56:25 +0000 (06:56 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 28 Oct 2015 06:56:25 +0000 (06:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251501 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGBuiltin.cpp

index 5274b53ccc1c10c19a535a090f44c1cfb2135f12..7a3bec1bb16a3eb10bf22c2d0c4e4b1f6a9ac23f 100644 (file)
@@ -324,12 +324,10 @@ bool CodeGenFunction::checkBuiltinTargetFeatures(
     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 {