mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Remove virtual keyword for two routines that should never be overridden.
llvm-svn: 167812
This commit is contained in:
parent
f33a9ea70d
commit
9a562ecb0a
@ -168,7 +168,7 @@ class PMTopLevelManager {
|
||||
protected:
|
||||
explicit PMTopLevelManager(PMDataManager *PMDM);
|
||||
|
||||
virtual unsigned getNumContainedManagers() const {
|
||||
unsigned getNumContainedManagers() const {
|
||||
return (unsigned)PassManagers.size();
|
||||
}
|
||||
|
||||
@ -343,7 +343,7 @@ public:
|
||||
void dumpRequiredSet(const Pass *P) const;
|
||||
void dumpPreservedSet(const Pass *P) const;
|
||||
|
||||
virtual unsigned getNumContainedPasses() const {
|
||||
unsigned getNumContainedPasses() const {
|
||||
return (unsigned)PassVector.size();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user