Use existing variable. NFC.

llvm-svn: 290112
This commit is contained in:
Rafael Espindola
2016-12-19 16:50:20 +00:00
parent 8296c6c96f
commit 29982b0f6b

View File

@@ -156,7 +156,7 @@ static unsigned handleTlsRelocation(uint32_t Type, SymbolBody &Body,
if (In<ELFT>::Got->addDynTlsEntry(Body)) {
uintX_t Off = In<ELFT>::Got->getGlobalDynOffset(Body);
In<ELFT>::RelaDyn->addReloc({Target->TlsDescRel, In<ELFT>::Got, Off,
!Body.isPreemptible(), &Body, 0});
!IsPreemptible, &Body, 0});
}
if (Expr != R_TLSDESC_CALL)
C.Relocations.push_back({Expr, Type, Offset, Addend, &Body});