summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-01-29 14:05:57 +0000
committerHans Wennborg <hans@hanshq.net>2013-01-29 14:05:57 +0000
commit5deecd90432be2f3b0d619ceeae6d0698814328c (patch)
tree4835356ff9c256ffc5c49f4a2b435d86b8a332d7 /llvm/lib/Target
parent4399d92252f96300143c7ea441ed2264a2c7b3e5 (diff)
downloadbcm5719-llvm-5deecd90432be2f3b0d619ceeae6d0698814328c.tar.gz
bcm5719-llvm-5deecd90432be2f3b0d619ceeae6d0698814328c.zip
Fix typo in X86BaseInfo.h that I introduced in r157818.
llvm-svn: 173798
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h b/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
index 7ea1961dec9..9e68388cf2a 100644
--- a/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
+++ b/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
@@ -104,7 +104,7 @@ namespace X86II {
/// MO_TLSLD - On a symbol operand this indicates that the immediate is
/// the offset of the GOT entry with the TLS index for the module that
- /// contains the symbol. When this index is passed to a call to to
+ /// contains the symbol. When this index is passed to a call to
/// __tls_get_addr, the function will return the base address of the TLS
/// block for the symbol. Used in the x86-64 local dynamic TLS access model.
///
@@ -114,7 +114,7 @@ namespace X86II {
/// MO_TLSLDM - On a symbol operand this indicates that the immediate is
/// the offset of the GOT entry with the TLS index for the module that
- /// contains the symbol. When this index is passed to a call to to
+ /// contains the symbol. When this index is passed to a call to
/// ___tls_get_addr, the function will return the base address of the TLS
/// block for the symbol. Used in the IA32 local dynamic TLS access model.
///
OpenPOWER on IntegriCloud