summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2016-11-22 23:13:49 +0000
committerJustin Lebar <jlebar@google.com>2016-11-22 23:13:49 +0000
commit820db74c1ec45e93a95ef8454f02f693fac66668 (patch)
tree10e8ed4be800a63276b615b2d89132cca5832e61 /llvm/lib/Transforms
parent73c4baf3a3b20c08847229b351865c3a7859a62f (diff)
downloadbcm5719-llvm-820db74c1ec45e93a95ef8454f02f693fac66668.tar.gz
bcm5719-llvm-820db74c1ec45e93a95ef8454f02f693fac66668.zip
[StructurizeCFG] Remove unnecessary "using" in class.
Reviewers: arsenm Subscribers: wdng, llvm-commits Differential Revision: https://reviews.llvm.org/D26995 llvm-svn: 287719
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/StructurizeCFG.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp b/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
index f15b8a6b82e..004287f0a4f 100644
--- a/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
+++ b/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
@@ -243,7 +243,6 @@ public:
initializeStructurizeCFGPass(*PassRegistry::getPassRegistry());
}
- using Pass::doInitialization;
bool doInitialization(Region *R, RGPassManager &RGM) override;
bool runOnRegion(Region *R, RGPassManager &RGM) override;
OpenPOWER on IntegriCloud