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 { _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits