[mips] Fix code indentation. NFC

llvm-svn: 373225
This commit is contained in:
Simon Atanasyan 2019-09-30 16:47:21 +00:00
parent d4d428ef92
commit 1b0f5ca1e3
1 changed files with 3 additions and 3 deletions

View File

@ -66,9 +66,9 @@ public:
/// fixupNeedsRelaxation - Target specific predicate for whether a given
/// fixup requires the associated instruction to be relaxed.
bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
const MCRelaxableFragment *DF,
const MCAsmLayout &Layout) const override {
bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
const MCRelaxableFragment *DF,
const MCAsmLayout &Layout) const override {
// FIXME.
llvm_unreachable("RelaxInstruction() unimplemented");
return false;