[PATCH] D26995: [StructurizeCFG] Remove unnecessary "using" in class.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 15:23:51 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL287719: [StructurizeCFG] Remove unnecessary "using" in class. (authored by jlebar).

Changed prior to commit:
  https://reviews.llvm.org/D26995?vs=78939&id=78961#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26995

Files:
  llvm/trunk/lib/Transforms/Scalar/StructurizeCFG.cpp


Index: llvm/trunk/lib/Transforms/Scalar/StructurizeCFG.cpp
===================================================================
--- llvm/trunk/lib/Transforms/Scalar/StructurizeCFG.cpp
+++ llvm/trunk/lib/Transforms/Scalar/StructurizeCFG.cpp
@@ -243,7 +243,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.78961.patch
Type: text/x-patch
Size: 497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161122/ae6f08c1/attachment.bin>


More information about the llvm-commits mailing list