File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -191,14 +191,6 @@ class PPCAsmBackend : public MCAsmBackend {
191
191
}
192
192
}
193
193
194
- bool fixupNeedsRelaxation (const MCFixup &Fixup,
195
- uint64_t Value,
196
- const MCRelaxableFragment *DF,
197
- const MCAsmLayout &Layout) const override {
198
- // FIXME.
199
- llvm_unreachable (" relaxInstruction() unimplemented" );
200
- }
201
-
202
194
void relaxInstruction (MCInst &Inst,
203
195
const MCSubtargetInfo &STI) const override {
204
196
// FIXME.
Original file line number Diff line number Diff line change @@ -68,12 +68,6 @@ class RISCVAsmBackend : public MCAsmBackend {
68
68
const MCValue &Target,
69
69
const MCSubtargetInfo *STI) override ;
70
70
71
- bool fixupNeedsRelaxation (const MCFixup &Fixup, uint64_t Value,
72
- const MCRelaxableFragment *DF,
73
- const MCAsmLayout &Layout) const override {
74
- llvm_unreachable (" Handled by fixupNeedsRelaxationAdvanced" );
75
- }
76
-
77
71
bool fixupNeedsRelaxationAdvanced (const MCAssembler &Asm,
78
72
const MCFixup &Fixup, bool Resolved,
79
73
uint64_t Value,
You can’t perform that action at this time.
0 commit comments