]> granicus.if.org Git - llvm/commitdiff
[StructurizeCFG] Remove unnecessary "using" in class.
authorJustin Lebar <jlebar@google.com>
Tue, 22 Nov 2016 23:13:49 +0000 (23:13 +0000)
committerJustin Lebar <jlebar@google.com>
Tue, 22 Nov 2016 23:13:49 +0000 (23:13 +0000)
Reviewers: arsenm

Subscribers: wdng, llvm-commits

Differential Revision: https://reviews.llvm.org/D26995

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287719 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/StructurizeCFG.cpp

index f15b8a6b82e300d0327eb1d8b3603030b26bc4a4..004287f0a4f931b0189901b01c2c034f9798ecbc 100644 (file)
@@ -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;