diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2019-09-30 16:47:21 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2019-09-30 16:47:21 +0000 |
commit | 1b0f5ca1e3a44a38abf71b768cc3a85a15e68c5d (patch) | |
tree | 0e808997406b8e2c98f6fcac71346ed77eb2940c | |
parent | d4d428ef92a0ddfeafc48e35ff538654619d40eb (diff) | |
download | bcm5719-llvm-1b0f5ca1e3a44a38abf71b768cc3a85a15e68c5d.tar.gz bcm5719-llvm-1b0f5ca1e3a44a38abf71b768cc3a85a15e68c5d.zip |
[mips] Fix code indentation. NFC
llvm-svn: 373225
-rw-r--r-- | llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h b/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h index 4d7e36995ae..cca75dfc45c 100644 --- a/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h +++ b/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h @@ -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; |