diff options
author | Eric Christopher <echristo@gmail.com> | 2015-10-28 06:56:25 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-10-28 06:56:25 +0000 |
commit | 9d628c33b3ea9dc4f007ded2385358fe25ded023 (patch) | |
tree | db92f8eaa55e940a995fda8ad88ec704457efea2 /clang/lib | |
parent | 93d4a9e1176f142d600c1f21d499af4cccf59526 (diff) | |
download | bcm5719-llvm-9d628c33b3ea9dc4f007ded2385358fe25ded023.tar.gz bcm5719-llvm-9d628c33b3ea9dc4f007ded2385358fe25ded023.zip |
Reflow comment.
llvm-svn: 251501
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/CodeGen/CGBuiltin.cpp | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/clang/lib/CodeGen/CGBuiltin.cpp b/clang/lib/CodeGen/CGBuiltin.cpp index 5274b53ccc1..7a3bec1bb16 100644 --- a/clang/lib/CodeGen/CGBuiltin.cpp +++ b/clang/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 { |