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:
Craig Topper 2014-11-28 03:58:26 +00:00
parent 44ebfb7f7c
commit 4c10f1789b

View File

@ -476,7 +476,7 @@ private:
bool functionArgumentNeedsConsecutiveRegisters(Type *Ty,
CallingConv::ID CallConv,
bool isVarArg) const;
bool isVarArg) const override;
};
namespace AArch64 {