Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit a8fd62b

Browse files
Alexander Ivchenkoaemerson
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 6f1bfc1 commit a8fd62b

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)