Fix the syntax for a PR number in a test.

llvm-svn: 70208
This commit is contained in:
Dan Gohman 2009-04-27 15:08:34 +00:00
parent 75bc2250ca
commit 3266391e86
1 changed files with 1 additions and 1 deletions

View File

@ -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