[GlobalISel] Fix typo with missed override specifier

llvm-svn: 338689
This commit is contained in:
Alexander Ivchenko 2018-08-02 08:55:05 +00:00
parent 04a8f1e6ec
commit 48eba54f18
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public:
MipsCallLowering(const MipsTargetLowering &TLI);
bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
ArrayRef<unsigned> VRegs) const;
ArrayRef<unsigned> VRegs) const override;
bool lowerFormalArguments(MachineIRBuilder &MIRBuilder, const Function &F,
ArrayRef<unsigned> VRegs) const override;