diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-11-27 20:43:02 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-11-27 20:43:02 +0000 |
commit | 5d882894d849cbb7bd9d4520beb71ef395fb7f84 (patch) | |
tree | 48e46da28cdffd7f2feefbb5d7d5945a15e635f4 /llvm/test/CodeGen/X86/2009-04-24.ll | |
parent | eab0800695c4459406333efe8b4280ffc34edb72 (diff) | |
download | bcm5719-llvm-5d882894d849cbb7bd9d4520beb71ef395fb7f84.tar.gz bcm5719-llvm-5d882894d849cbb7bd9d4520beb71ef395fb7f84.zip |
Lower TLS_addr32 and TLS_addr64.
llvm-svn: 120225
Diffstat (limited to 'llvm/test/CodeGen/X86/2009-04-24.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2009-04-24.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-04-24.ll b/llvm/test/CodeGen/X86/2009-04-24.ll index 757042e5be4..dd8823574cd 100644 --- a/llvm/test/CodeGen/X86/2009-04-24.ll +++ b/llvm/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 |