mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-18 08:49:55 +00:00
[PowerPC] Run clang format to avoid compiling warning.
llvm-svn: 355623
This commit is contained in:
parent
dfbb9a793e
commit
de3348ae3f
@ -4362,11 +4362,10 @@ void PPCDAGToDAGISel::Select(SDNode *N) {
|
||||
!PPCSubTarget->isSecurePlt() || !PPCSubTarget->isTargetELF() ||
|
||||
Mod->getPICLevel() == PICLevel::SmallPIC)
|
||||
break;
|
||||
// Attach global base pointer on GETtlsADDR32 node in order to
|
||||
// generate secure plt code for TLS symbols.
|
||||
getGlobalBaseReg();
|
||||
}
|
||||
break;
|
||||
// Attach global base pointer on GETtlsADDR32 node in order to
|
||||
// generate secure plt code for TLS symbols.
|
||||
getGlobalBaseReg();
|
||||
} break;
|
||||
case PPCISD::CALL: {
|
||||
const Module *M = MF->getFunction().getParent();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user