summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/tls10.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2009-04-08 21:14:34 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2009-04-08 21:14:34 +0000
commit3b2df10c9ed9b92c0c2ae4c84b5e649f52002176 (patch)
tree25b815ff627d25861f150b95010240386dd69054 /llvm/test/CodeGen/X86/tls10.ll
parentd2e61fbc64e34305dbdb1559bc9bf8ec5ccb7374 (diff)
downloadbcm5719-llvm-3b2df10c9ed9b92c0c2ae4c84b5e649f52002176.tar.gz
bcm5719-llvm-3b2df10c9ed9b92c0c2ae4c84b5e649f52002176.zip
Re-apply 68552.
Tested by bootstrapping llvm-gcc and using that to build llvm. llvm-svn: 68645
Diffstat (limited to 'llvm/test/CodeGen/X86/tls10.ll')
-rw-r--r--llvm/test/CodeGen/X86/tls10.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/tls10.ll b/llvm/test/CodeGen/X86/tls10.ll
index a4f2fb1293b..5f022e3992b 100644
--- a/llvm/test/CodeGen/X86/tls10.ll
+++ b/llvm/test/CodeGen/X86/tls10.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-linux-gnu > %t
-; RUN: grep {movl %gs:0, %eax} %t
-; RUN: grep {leal i@NTPOFF(%eax), %eax} %t
+; RUN: grep {movl \$i@NTPOFF, %eax} %t
+; RUN: grep {addl %gs:0, %eax} %t
@i = external hidden thread_local global i32
OpenPOWER on IntegriCloud