Skip to content

Commit 1a245aa

Browse files
Alexander Ivchenkohyp
authored andcommitted
[GlobalISel] Fix typo with missed override specifier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338689 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent c72e2a4 commit 1a245aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/Mips/MipsCallLowering.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class MipsCallLowering : public CallLowering {
5151
MipsCallLowering(const MipsTargetLowering &TLI);
5252

5353
bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
54-
ArrayRef<unsigned> VRegs) const;
54+
ArrayRef<unsigned> VRegs) const override;
5555

5656
bool lowerFormalArguments(MachineIRBuilder &MIRBuilder, const Function &F,
5757
ArrayRef<unsigned> VRegs) const override;

0 commit comments

Comments
 (0)