From 55216ae753b15189b5da72e5b287b4c7fe3208fc Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 28 Oct 2015 06:56:25 +0000 Subject: [PATCH] Reflow comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251501 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGBuiltin.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 { -- 2.50.1