[PATCH] D26995: [StructurizeCFG] Remove unnecessary "using" in class.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 13:46:04 PST 2016
jlebar created this revision.
jlebar added a reviewer: arsenm.
jlebar added a subscriber: llvm-commits.
Herald added a subscriber: wdng.
https://reviews.llvm.org/D26995
Files:
llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
Index: llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
===================================================================
--- llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
+++ llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
@@ -245,7 +245,6 @@
initializeStructurizeCFGPass(*PassRegistry::getPassRegistry());
}
- using Pass::doInitialization;
bool doInitialization(Region *R, RGPassManager &RGM) override;
bool runOnRegion(Region *R, RGPassManager &RGM) override;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26995.78939.patch
Type: text/x-patch
Size: 479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161122/3033ad32/attachment.bin>
More information about the llvm-commits
mailing list