summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2015-03-16 09:14:47 +0000
committerSimon Atanasyan <simon@atanasyan.com>2015-03-16 09:14:47 +0000
commit3c1818c8c0bb0464232c75bc2cf767fec745b5f6 (patch)
tree78d1292f1622a8d89cdff250c9b4d84506e7ff0d
parenta1abb2e2c7fd1e92b984d381128971a7733d8a2e (diff)
downloadbcm5719-llvm-3c1818c8c0bb0464232c75bc2cf767fec745b5f6.tar.gz
bcm5719-llvm-3c1818c8c0bb0464232c75bc2cf767fec745b5f6.zip
[Mips] clang-format the code
No functional changes. llvm-svn: 232364
-rw-r--r--lld/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp b/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp
index 606d90482a1..22aa97f0179 100644
--- a/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp
+++ b/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp
@@ -567,9 +567,8 @@ static bool isConstrainSym(const MipsELFDefinedAtom<ELFT> &atom,
}
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)
OpenPOWER on IntegriCloud