[all-commits] [llvm/llvm-project] 719846: [VPlan] Drop redundant private: at beginning of cl...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Apr 11 05:27:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 719846c469ed37e1de4d2f8d2ea857de672fe66e
https://github.com/llvm/llvm-project/commit/719846c469ed37e1de4d2f8d2ea857de672fe66e
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanValue.h
Log Message:
-----------
[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
More information about the All-commits
mailing list