diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h b/llvm/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h index ffa7aa7b57e..7917f7736ee 100644 --- a/llvm/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h +++ b/llvm/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h @@ -48,9 +48,9 @@ enum Fixups { /// fixup_ppc_tlsreg - Insert thread-pointer register number. fixup_ppc_tlsreg, - /// fixup_ppc_tlsgd - Not a true fixup, but ties a symbol to a call - /// to __tls_get_addr for the TLS global dynamic model. - fixup_ppc_tlsgd, + /// fixup_ppc_nofixup - Not a true fixup, but ties a symbol to a call + /// to __tls_get_addr for the TLS general and local dynamic models. + fixup_ppc_nofixup, // Marker LastTargetFixupKind, |