[lld] r334645 - Apply clang-format.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 13 12:49:58 PDT 2018
Author: ruiu
Date: Wed Jun 13 12:49:58 2018
New Revision: 334645
URL: http://llvm.org/viewvc/llvm-project?rev=334645&view=rev
Log:
Apply clang-format.
Modified:
lld/trunk/ELF/Arch/Hexagon.cpp
Modified: lld/trunk/ELF/Arch/Hexagon.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Arch/Hexagon.cpp?rev=334645&r1=334644&r2=334645&view=diff
==============================================================================
--- lld/trunk/ELF/Arch/Hexagon.cpp (original)
+++ lld/trunk/ELF/Arch/Hexagon.cpp Wed Jun 13 12:49:58 2018
@@ -34,9 +34,7 @@ public:
} // namespace
// Support V60 only at the moment.
-uint32_t Hexagon::calcEFlags() const {
- return 0x60;
-}
+uint32_t Hexagon::calcEFlags() const { return 0x60; }
uint32_t Hexagon::applyMask(uint32_t Mask, uint32_t Data) const {
uint32_t Result = 0;
@@ -54,7 +52,7 @@ uint32_t Hexagon::applyMask(uint32_t Mas
}
RelExpr Hexagon::getRelExpr(RelType Type, const Symbol &S,
- const uint8_t *Loc) const {
+ const uint8_t *Loc) const {
switch (Type) {
case R_HEX_B22_PCREL:
return R_PC;
More information about the llvm-commits
mailing list