[llvm] r373225 - [mips] Fix code indentation. NFC

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 30 09:47:21 PDT 2019


Author: atanasyan
Date: Mon Sep 30 09:47:21 2019
New Revision: 373225

URL: http://llvm.org/viewvc/llvm-project?rev=373225&view=rev
Log:
[mips] Fix code indentation. NFC

Modified:
    llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h

Modified: llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h?rev=373225&r1=373224&r2=373225&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h (original)
+++ llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h Mon Sep 30 09:47:21 2019
@@ -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;




More information about the llvm-commits mailing list