mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
Add missing override keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222634 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e4d91ca81e
commit
71777d18ad
@ -111,8 +111,8 @@ public:
|
||||
Type *Ty) const override;
|
||||
unsigned getIntImmCost(Intrinsic::ID IID, unsigned Idx, const APInt &Imm,
|
||||
Type *Ty) const override;
|
||||
bool isLegalPredicatedLoad (Type *DataType, int Consecutive) const;
|
||||
bool isLegalPredicatedStore(Type *DataType, int Consecutive) const;
|
||||
bool isLegalPredicatedLoad (Type *DataType, int Consecutive) const override;
|
||||
bool isLegalPredicatedStore(Type *DataType, int Consecutive) const override;
|
||||
|
||||
/// @}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user