Skip to content

Commit 2e78abe

Browse files
committed
[MSP430] Delete unneeded fixupNeedsRelaxationAdvanced
1 parent 125c4db commit 2e78abe

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

llvm/lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ class MSP430AsmBackend : public MCAsmBackend {
4646
return createMSP430ELFObjectWriter(OSABI);
4747
}
4848

49-
bool fixupNeedsRelaxationAdvanced(const MCAssembler &Asm,
50-
const MCFixup &Fixup, bool Resolved,
51-
uint64_t Value,
52-
const MCRelaxableFragment *DF,
53-
const bool WasForced) const override {
54-
return false;
55-
}
56-
5749
unsigned getNumFixupKinds() const override {
5850
return MSP430::NumTargetFixupKinds;
5951
}

0 commit comments

Comments
 (0)