From: Eric Christopher Date: Wed, 28 Oct 2015 06:56:25 +0000 (+0000) Subject: Reflow comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55216ae753b15189b5da72e5b287b4c7fe3208fc;p=clang Reflow comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251501 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGBuiltin.cpp b/lib/CodeGen/CGBuiltin.cpp index 5274b53ccc..7a3bec1bb1 100644 --- a/lib/CodeGen/CGBuiltin.cpp +++ b/lib/CodeGen/CGBuiltin.cpp @@ -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 {