forked from OSchip/llvm-project
[GlobalISel] Fix typo with missed override specifier
llvm-svn: 338689
This commit is contained in:
parent
04a8f1e6ec
commit
48eba54f18
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue