diff options
| author | Dan Gohman <gohman@apple.com> | 2009-04-27 15:08:34 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-04-27 15:08:34 +0000 |
| commit | 3266391e8632532caee774cd396527bde4eb5cb9 (patch) | |
| tree | a2d90f95fc487447118069ae77ef6bb90b60bd8a /llvm | |
| parent | 75bc2250ca44640737bbfccd553ba0198ef5e8c7 (diff) | |
| download | bcm5719-llvm-3266391e8632532caee774cd396527bde4eb5cb9.tar.gz bcm5719-llvm-3266391e8632532caee774cd396527bde4eb5cb9.zip | |
Fix the syntax for a PR number in a test.
llvm-svn: 70208
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/2009-04-24.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-04-24.ll b/llvm/test/CodeGen/X86/2009-04-24.ll index cb41415dba2..2835c2decfc 100644 --- a/llvm/test/CodeGen/X86/2009-04-24.ll +++ b/llvm/test/CodeGen/X86/2009-04-24.ll @@ -2,7 +2,7 @@ ; RUN: grep {leal.*TLSGD.*___tls_get_addr} %t ; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=x86_64-linux-gnu -regalloc=local -relocation-model=pic > %t2 ; RUN: grep {leaq.*TLSGD.*__tls_get_addr} %t2 -; PR/4004 +; PR4004 @i = thread_local global i32 15 |

