summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2019-08-26 22:40:28 +0000
committerSimon Atanasyan <simon@atanasyan.com>2019-08-26 22:40:28 +0000
commitac64924a55b87d2e8170b965d051284116f34612 (patch)
treec03c123a9ccfef63238e63e65d6507e703cc9fac
parent6db7f492d9a13797905ce41fbf3a6e80fa998e5a (diff)
downloadbcm5719-llvm-ac64924a55b87d2e8170b965d051284116f34612.tar.gz
bcm5719-llvm-ac64924a55b87d2e8170b965d051284116f34612.zip
[mips] clang-format the code. NFC
llvm-svn: 369982
-rw-r--r--llvm/lib/Target/Mips/MipsISelLowering.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelLowering.cpp b/llvm/lib/Target/Mips/MipsISelLowering.cpp
index 6e86d942a8d..e556aa5fda1 100644
--- a/llvm/lib/Target/Mips/MipsISelLowering.cpp
+++ b/llvm/lib/Target/Mips/MipsISelLowering.cpp
@@ -1967,10 +1967,10 @@ SDValue MipsTargetLowering::lowerGlobalAddress(SDValue Op,
// %gp_rel relocation
return getAddrGPRel(N, SDLoc(N), Ty, DAG, ABI.IsN64());
- // %hi/%lo relocation
+ // %hi/%lo relocation
return Subtarget.hasSym32() ? getAddrNonPIC(N, SDLoc(N), Ty, DAG)
- // %highest/%higher/%hi/%lo relocation
- : getAddrNonPICSym64(N, SDLoc(N), Ty, DAG);
+ // %highest/%higher/%hi/%lo relocation
+ : getAddrNonPICSym64(N, SDLoc(N), Ty, DAG);
}
// Every other architecture would use shouldAssumeDSOLocal in here, but
OpenPOWER on IntegriCloud