forked from OSchip/llvm-project
parent
d4d428ef92
commit
1b0f5ca1e3
|
@ -66,9 +66,9 @@ public:
|
||||||
|
|
||||||
/// fixupNeedsRelaxation - Target specific predicate for whether a given
|
/// fixupNeedsRelaxation - Target specific predicate for whether a given
|
||||||
/// fixup requires the associated instruction to be relaxed.
|
/// fixup requires the associated instruction to be relaxed.
|
||||||
bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
|
bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
|
||||||
const MCRelaxableFragment *DF,
|
const MCRelaxableFragment *DF,
|
||||||
const MCAsmLayout &Layout) const override {
|
const MCAsmLayout &Layout) const override {
|
||||||
// FIXME.
|
// FIXME.
|
||||||
llvm_unreachable("RelaxInstruction() unimplemented");
|
llvm_unreachable("RelaxInstruction() unimplemented");
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue