summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2009-04-24.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-03-09 22:07:31 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-03-09 22:07:31 +0000
commit7bff3e7c1bb1ad4ce061c17baa3cd84e81cef8d1 (patch)
treeb48702ef37454066d5a614a697f0e3ca0a0c9a88 /test/CodeGen/X86/2009-04-24.ll
parentb64b497000da019b3bbb5a73b063132b1d61b30e (diff)
downloadllvm-7bff3e7c1bb1ad4ce061c17baa3cd84e81cef8d1.tar.gz
llvm-7bff3e7c1bb1ad4ce061c17baa3cd84e81cef8d1.tar.bz2
llvm-7bff3e7c1bb1ad4ce061c17baa3cd84e81cef8d1.tar.xz
Fix mistyped CHECK lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127366 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-04-24.ll')
-rw-r--r--test/CodeGen/X86/2009-04-24.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-04-24.ll b/test/CodeGen/X86/2009-04-24.ll
index dd8823574c..d6ed0c4223 100644
--- a/test/CodeGen/X86/2009-04-24.ll
+++ b/test/CodeGen/X86/2009-04-24.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -regalloc=fast -relocation-model=pic > %t2
; RUN: grep {leaq.*TLSGD} %t2
-; RUN; grep {__tls_get_addr} %t2
+; RUN: grep {__tls_get_addr} %t2
; PR4004
@i = thread_local global i32 15