Skip to content

Commit 35c90bf

Browse files
authored
[RISCV] Remove virtual from getOutliningTypeImpl override. NFC (#128482)
1 parent c5f40bf commit 35c90bf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,9 @@ class RISCVInstrInfo : public RISCVGenInstrInfo {
217217
unsigned MinRepeats) const override;
218218

219219
// Return if/how a given MachineInstr should be outlined.
220-
virtual outliner::InstrType
221-
getOutliningTypeImpl(const MachineModuleInfo &MMI,
222-
MachineBasicBlock::iterator &MBBI,
223-
unsigned Flags) const override;
220+
outliner::InstrType getOutliningTypeImpl(const MachineModuleInfo &MMI,
221+
MachineBasicBlock::iterator &MBBI,
222+
unsigned Flags) const override;
224223

225224
// Insert a custom frame for outlined functions.
226225
void buildOutlinedFrame(MachineBasicBlock &MBB, MachineFunction &MF,

0 commit comments

Comments
 (0)