summaryrefslogtreecommitdiff
path: root/test
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 /test
parent33d60d5e56bbf3e9ed02bc916735419091736ca3 (diff)
downloadllvm-f93b90c5dfe98958eb43715a6e674565ab162502.tar.gz
llvm-f93b90c5dfe98958eb43715a6e674565ab162502.tar.bz2
llvm-f93b90c5dfe98958eb43715a6e674565ab162502.tar.xz
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 'test')
-rw-r--r--test/CodeGen/X86/tls9.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tls9.ll b/test/CodeGen/X86/tls9.ll
index 214146fe99..7d08df84a9 100644
--- a/test/CodeGen/X86/tls9.ll
+++ b/test/CodeGen/X86/tls9.ll
@@ -5,7 +5,7 @@
@i = external hidden thread_local global i32
-define i32 @f() {
+define i32 @f() nounwind {
entry:
%tmp1 = load i32* @i
ret i32 %tmp1