[all-commits] [llvm/llvm-project] ae1e35: [VPlan] Turn classes with all public members into ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Apr 12 03:03:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ae1e353a258a396022b8eff763cb0a168f05314c
https://github.com/llvm/llvm-project/commit/ae1e353a258a396022b8eff763cb0a168f05314c
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-04-12 (Sun, 12 Apr 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/lib/Transforms/Vectorize/VPlanVerifier.h
Log Message:
-----------
[VPlan] Turn classes with all public members into structs (NFC).
struct should be used when all members are public:
https://llvm.org/docs/CodingStandards.html#use-of-class-and-struct-keywords
Reviewers: gilr, rengolin, Ayal, hsaito
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D77865
More information about the All-commits
mailing list