diff options
Diffstat (limited to 'llvm/lib/MC/MCAsmBackend.cpp')
| -rw-r--r-- | llvm/lib/MC/MCAsmBackend.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/lib/MC/MCAsmBackend.cpp b/llvm/lib/MC/MCAsmBackend.cpp index 23cc134f65b5..85a208ffbce0 100644 --- a/llvm/lib/MC/MCAsmBackend.cpp +++ b/llvm/lib/MC/MCAsmBackend.cpp @@ -115,11 +115,10 @@ bool MCAsmBackend::shouldForceRelocation(const MCAssembler &, const MCFixup &, return Target.getSpecifier(); } -bool MCAsmBackend::fixupNeedsRelaxationAdvanced(const MCAssembler &Asm, +bool MCAsmBackend::fixupNeedsRelaxationAdvanced(const MCAssembler &, const MCFixup &Fixup, - bool Resolved, uint64_t Value, - const MCRelaxableFragment *DF, - const bool WasForced) const { + const MCValue &, uint64_t Value, + bool Resolved) const { if (!Resolved) return true; return fixupNeedsRelaxation(Fixup, Value); |
