mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
[mips] clang-format the code. NFC
llvm-svn: 369982
This commit is contained in:
parent
33d8587395
commit
16dc37ef5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user