[lld] r227049 - [Mips] Reformat the code with clang-format
Simon Atanasyan
simon at atanasyan.com
Sun Jan 25 08:17:17 PST 2015
Author: atanasyan
Date: Sun Jan 25 10:17:16 2015
New Revision: 227049
URL: http://llvm.org/viewvc/llvm-project?rev=227049&view=rev
Log:
[Mips] Reformat the code with clang-format
No functional changes.
Modified:
lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.cpp
Modified: lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.cpp?rev=227049&r1=227048&r2=227049&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.cpp (original)
+++ lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.cpp Sun Jan 25 10:17:16 2015
@@ -256,8 +256,7 @@ std::error_code MipsTargetRelocationHand
false);
break;
case R_MICROMIPS_LO16:
- relocLo16(ins, relocVAddress, targetVAddress, ref.addend(), isGpDisp,
- true);
+ relocLo16(ins, relocVAddress, targetVAddress, ref.addend(), isGpDisp, true);
break;
case R_MIPS_GOT16:
case R_MIPS_CALL16:
More information about the llvm-commits
mailing list