mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Remove virtual keyword for two routines that should never be overridden.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167812 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4387b8c959
commit
4712b804df
@ -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…
Reference in New Issue
Block a user