mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-21 18:31:36 +00:00
Add missing 'override' keyword.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222911 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
44ebfb7f7c
commit
4c10f1789b
@ -476,7 +476,7 @@ private:
|
||||
|
||||
bool functionArgumentNeedsConsecutiveRegisters(Type *Ty,
|
||||
CallingConv::ID CallConv,
|
||||
bool isVarArg) const;
|
||||
bool isVarArg) const override;
|
||||
};
|
||||
|
||||
namespace AArch64 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user