aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/tls11.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2009-03-17 23:43:59 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2009-03-17 23:43:59 +0000
commit152932b71c488a6522c541f847eb3081cffb3793 (patch)
tree59aedfa7e60b5f3579fd7a1b142354c2d3f72a7d /test/CodeGen/X86/tls11.ll
parentb372c1114c1eeffbd1a3f6ddc5d33e77564bfee2 (diff)
downloadexternal_llvm-152932b71c488a6522c541f847eb3081cffb3793.zip
external_llvm-152932b71c488a6522c541f847eb3081cffb3793.tar.gz
external_llvm-152932b71c488a6522c541f847eb3081cffb3793.tar.bz2
Don't force promotion of return arguments on the callee.
Some architectures (like x86) don't require it. This fixes bug 3779. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67132 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/tls11.ll')
-rw-r--r--test/CodeGen/X86/tls11.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tls11.ll b/test/CodeGen/X86/tls11.ll
index 32d0a12..f8543c0 100644
--- a/test/CodeGen/X86/tls11.ll
+++ b/test/CodeGen/X86/tls11.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-linux-gnu > %t
-; RUN: grep {movzwl %gs:i@NTPOFF, %eax} %t
+; RUN: grep {movw %gs:i@NTPOFF, %ax} %t
@i = thread_local global i16 15