[PM/AA] Add using declarations to avoid hiding virtual overloads.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 18 Aug 2015 20:28:40 +0000 (20:28 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 18 Aug 2015 20:28:40 +0000 (20:28 +0000)
commit62d303d37924858535f41e2a61c6080ffbd22e1c
treecb9b157798e40b6fc9137a9b81d05224ff1fe899
parent42be08a76071b47d82c79ed14f64cb2b1269dbca
[PM/AA] Add using declarations to avoid hiding virtual overloads.

Note that this actually has no functional change -- we never call these
methods using the derived type. But it is still cleaner and fixes a GCC
warning.

Spotted by Dave in code review and the warning spotted by Joerg on IRC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245341 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/AliasAnalysisCounter.h
include/llvm/Analysis/GlobalsModRef.h