[lld] r232364 - [Mips] clang-format the code

Simon Atanasyan simon at atanasyan.com
Mon Mar 16 02:14:47 PDT 2015


Author: atanasyan
Date: Mon Mar 16 04:14:47 2015
New Revision: 232364

URL: http://llvm.org/viewvc/llvm-project?rev=232364&view=rev
Log:
[Mips] clang-format the code

No functional changes.

Modified:
    lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp

Modified: lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp?rev=232364&r1=232363&r2=232364&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp (original)
+++ lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp Mon Mar 16 04:14:47 2015
@@ -567,9 +567,8 @@ static bool isConstrainSym(const MipsELF
 }
 
 template <typename ELFT>
-void
-RelocationPass<ELFT>::collectReferenceInfo(const MipsELFDefinedAtom<ELFT> &atom,
-                                           Reference &ref) {
+void RelocationPass<ELFT>::collectReferenceInfo(
+    const MipsELFDefinedAtom<ELFT> &atom, Reference &ref) {
   if (!ref.target())
     return;
   if (ref.kindNamespace() != lld::Reference::KindNamespace::ELF)





More information about the llvm-commits mailing list