mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Add override to overriden virtual methods, remove virtual keywords.
No functionality change. Changes made by clang-tidy + some manual cleanup. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217028 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -688,7 +688,7 @@ public:
|
||||
}
|
||||
|
||||
/// useMachineCombiner - return true when a target supports MachineCombiner
|
||||
virtual bool useMachineCombiner(void) const { return false; }
|
||||
virtual bool useMachineCombiner() const { return false; }
|
||||
|
||||
protected:
|
||||
/// foldMemoryOperandImpl - Target-dependent implementation for
|
||||
|
Reference in New Issue
Block a user