We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f40bf commit 35c90bfCopy full SHA for 35c90bf
llvm/lib/Target/RISCV/RISCVInstrInfo.h
@@ -217,10 +217,9 @@ class RISCVInstrInfo : public RISCVGenInstrInfo {
217
unsigned MinRepeats) const override;
218
219
// 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;
+ outliner::InstrType getOutliningTypeImpl(const MachineModuleInfo &MMI,
+ MachineBasicBlock::iterator &MBBI,
+ unsigned Flags) const override;
224
225
// Insert a custom frame for outlined functions.
226
void buildOutlinedFrame(MachineBasicBlock &MBB, MachineFunction &MF,
0 commit comments