aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86ISelLowering.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-22 04:39:11 +0000
committerChris Lattner <sabre@nondot.org>2010-09-22 04:39:11 +0000
commitf93b90c5dfe98958eb43715a6e674565ab162502 (patch)
tree7705884bd85ec0159f77c92f0c712a334d607913 /lib/Target/X86/X86ISelLowering.h
parent33d60d5e56bbf3e9ed02bc916735419091736ca3 (diff)
downloadexternal_llvm-f93b90c5dfe98958eb43715a6e674565ab162502.zip
external_llvm-f93b90c5dfe98958eb43715a6e674565ab162502.tar.gz
external_llvm-f93b90c5dfe98958eb43715a6e674565ab162502.tar.bz2
reimplement elf TLS support in terms of addressing modes, eliminating SegmentBaseAddress.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86ISelLowering.h')
-rw-r--r--lib/Target/X86/X86ISelLowering.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h
index e856206..2a86fa8 100644
--- a/lib/Target/X86/X86ISelLowering.h
+++ b/lib/Target/X86/X86ISelLowering.h
@@ -172,9 +172,6 @@ namespace llvm {
// thunk at the address from an earlier relocation.
TLSCALL,
- // SegmentBaseAddress - The address segment:0
- SegmentBaseAddress,
-
// EH_RETURN - Exception Handling helpers.
EH_RETURN,