[PATCH] D77810: [VPlan] Drop redundant private: at beginning of class defs (NFC).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 10 03:44:43 PDT 2020
fhahn updated this revision to Diff 256542.
fhahn marked an inline comment as done.
fhahn added a comment.
Remove redundant private: in a few more files.
In D77810#1973211 <https://reviews.llvm.org/D77810#1973211>, @Ayal wrote:
> Thanks for cleaning this up. There are additional VPlan classes in other files with such a redundant 'private'; best keep them all consistent.
Done.
> While we're at it, there are other cases with a redundant 'public', breaking the "`struct` should be used when //all //members are declared public" rule of https://llvm.org/docs/CodingStandards.html#use-of-class-and-struct-keywords
Will do as follow-up
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77810/new/
https://reviews.llvm.org/D77810
Files:
llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
llvm/lib/Transforms/Vectorize/VPlan.h
llvm/lib/Transforms/Vectorize/VPlanValue.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77810.256542.patch
Type: text/x-patch
Size: 5827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200410/0ff72480/attachment.bin>
More information about the llvm-commits
mailing list