[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
Thu Apr 9 10:46:30 PDT 2020
fhahn created this revision.
fhahn added reviewers: gilr, rengolin, Ayal, hsaito.
Herald added subscribers: psnobl, rogfer01, rkruppe, tschuett, bollu, hiraditya.
Herald added a project: LLVM.
Default visibility for classes is private, so the private: at the top of
various class definitions is redundant.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77810
Files:
llvm/lib/Transforms/Vectorize/VPlan.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77810.256335.patch
Type: text/x-patch
Size: 4861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200409/788243de/attachment.bin>
More information about the llvm-commits
mailing list