[VPlan] Drop redundant private: at beginning of class defs (NFC).
authorFlorian Hahn <flo@fhahn.com>
Sat, 11 Apr 2020 11:59:50 +0000 (12:59 +0100)
committerFlorian Hahn <flo@fhahn.com>
Sat, 11 Apr 2020 12:27:10 +0000 (13:27 +0100)
commit719846c469ed37e1de4d2f8d2ea857de672fe66e
treec02133dea7a3018b8526bd45bae45c50a55f2fc7
parent7cc6d0cc90e24a00a6eefd762cac160c795fc420
[VPlan] Drop redundant private: at beginning of class defs (NFC).

Default visibility for classes is private, so the private: at the top of
various class definitions is redundant.

Reviewers: gilr, rengolin, Ayal, hsaito

Reviewed By: Ayal

Differential Revision: https://reviews.llvm.org/D77810
llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
llvm/lib/Transforms/Vectorize/VPlan.h
llvm/lib/Transforms/Vectorize/VPlanValue.h