Skip to content

Commit 8e712ec

Browse files
committed
Fix formating.
1 parent eca388d commit 8e712ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2682,11 +2682,10 @@ MCSection *TargetLoweringObjectFileXCOFF::getSectionForTOCEntry(
26822682
const MCSymbol *Sym, const TargetMachine &TM) const {
26832683
const XCOFF::StorageMappingClass SMC = [](const MCSymbol *Sym,
26842684
const TargetMachine &TM) {
2685-
26862685
const MCSymbolXCOFF *XSym = cast<MCSymbolXCOFF>(Sym);
26872686

2688-
// The "_$TLSML" symbol for TLS local-dynamic mode requires XMC_TC, otherwise
2689-
// the AIX assembler will complain.
2687+
// The "_$TLSML" symbol for TLS local-dynamic mode requires XMC_TC,
2688+
// otherwise the AIX assembler will complain.
26902689
if (XSym->getSymbolTableName() == "_$TLSML")
26912690
return XCOFF::XMC_TC;
26922691

0 commit comments

Comments
 (0)