summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2009-04-24.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-11-27 20:43:02 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-11-27 20:43:02 +0000
commit5bf7c534cf057a52f30624743841fadd241c4dbb (patch)
treecccf02d5385dd060adf6caa6a778ee52c3d930ea /test/CodeGen/X86/2009-04-24.ll
parentbfd2d26159c87262fcf462ea442f99478a2093c9 (diff)
downloadllvm-5bf7c534cf057a52f30624743841fadd241c4dbb.tar.gz
llvm-5bf7c534cf057a52f30624743841fadd241c4dbb.tar.bz2
llvm-5bf7c534cf057a52f30624743841fadd241c4dbb.tar.xz
Lower TLS_addr32 and TLS_addr64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120225 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-04-24.ll')
-rw-r--r--test/CodeGen/X86/2009-04-24.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-04-24.ll b/test/CodeGen/X86/2009-04-24.ll
index 757042e5be..dd8823574c 100644
--- a/test/CodeGen/X86/2009-04-24.ll
+++ b/test/CodeGen/X86/2009-04-24.ll
@@ -1,5 +1,6 @@
; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -regalloc=fast -relocation-model=pic > %t2
-; RUN: grep {leaq.*TLSGD.*__tls_get_addr} %t2
+; RUN: grep {leaq.*TLSGD} %t2
+; RUN; grep {__tls_get_addr} %t2
; PR4004
@i = thread_local global i32 15