summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/VPlan.h
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2019-12-07 08:52:36 +0000
committerFlorian Hahn <flo@fhahn.com>2019-12-07 08:56:35 +0000
commite60b36cf92e1570284482eddb2eac3652e28c2eb (patch)
tree22ea32b378b8bcb8bab7ad0d96a9bfc3b627a6fc /llvm/lib/Transforms/Vectorize/VPlan.h
parent884351547da27e76e14bef5fe20c3e3cb0e89acd (diff)
downloadbcm5719-llvm-e60b36cf92e1570284482eddb2eac3652e28c2eb.tar.gz
bcm5719-llvm-e60b36cf92e1570284482eddb2eac3652e28c2eb.zip
[VPlan] Rename VPlanHCFGTransforms to VPlanTransforms (NFC).
The file is intended to gather various VPlan transformations, not only CFG related transforms. Actually, the only transformation there is not CFG related. Reviewers: Ayal, gilr, hsaito, rengolin Reviewed By: gilr Differential Revision: https://reviews.llvm.org/D70732
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/VPlan.h')
-rw-r--r--llvm/lib/Transforms/Vectorize/VPlan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/VPlan.h b/llvm/lib/Transforms/Vectorize/VPlan.h
index a1c10f07e84..09af085faaf 100644
--- a/llvm/lib/Transforms/Vectorize/VPlan.h
+++ b/llvm/lib/Transforms/Vectorize/VPlan.h
@@ -641,7 +641,6 @@ public:
/// executed, these instructions would always form a single-def expression as
/// the VPInstruction is also a single def-use vertex.
class VPInstruction : public VPUser, public VPRecipeBase {
- friend class VPlanHCFGTransforms;
friend class VPlanSlp;
public:
OpenPOWER on IntegriCloud