[VPlan] Turn classes with all public members into structs (NFC).
authorFlorian Hahn <flo@fhahn.com>
Sun, 12 Apr 2020 09:51:17 +0000 (10:51 +0100)
committerFlorian Hahn <flo@fhahn.com>
Sun, 12 Apr 2020 10:03:39 +0000 (11:03 +0100)
commitae1e353a258a396022b8eff763cb0a168f05314c
tree89bc8a8f859572e8993d78cc163955001df69bf8
parent40581a0a2b6607a03c8143b07f837f20f60fe3aa
[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
llvm/lib/Transforms/Vectorize/VPlanTransforms.h
llvm/lib/Transforms/Vectorize/VPlanValue.h
llvm/lib/Transforms/Vectorize/VPlanVerifier.h