[PowerPC] Run clang format to avoid compiling warning.

llvm-svn: 355623
This commit is contained in:
Jinsong Ji 2019-03-07 18:55:21 +00:00
parent dfbb9a793e
commit de3348ae3f

View File

@ -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();