summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/inline-asm-mrv.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-04-14 01:11:51 +0000
committerBill Wendling <isanbard@gmail.com>2011-04-14 01:11:51 +0000
commit7e07d6fb69bf52b45e1a0f790135bd4746d70194 (patch)
tree1bcc827ee9abb95d2b51456cf3e9cca225b7e8fb /llvm/test/CodeGen/X86/inline-asm-mrv.ll
parent3563aa6520a7adc67d5a79917bef9a9ae1ccb111 (diff)
downloadbcm5719-llvm-7e07d6fb69bf52b45e1a0f790135bd4746d70194.tar.gz
bcm5719-llvm-7e07d6fb69bf52b45e1a0f790135bd4746d70194.zip
Have the X86 back-end emit the alias instead of what's being aliased. In most
cases, it's much nicer and more informative reading the alias. llvm-svn: 129497
Diffstat (limited to 'llvm/test/CodeGen/X86/inline-asm-mrv.ll')
-rw-r--r--llvm/test/CodeGen/X86/inline-asm-mrv.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/inline-asm-mrv.ll b/llvm/test/CodeGen/X86/inline-asm-mrv.ll
index 78d7e776cf2..8442d7a7c4e 100644
--- a/llvm/test/CodeGen/X86/inline-asm-mrv.ll
+++ b/llvm/test/CodeGen/X86/inline-asm-mrv.ll
@@ -1,5 +1,5 @@
; PR2094
-; RUN: llc < %s -march=x86-64 | grep movslq
+; RUN: llc < %s -march=x86-64 | grep movsx
; RUN: llc < %s -march=x86-64 | grep addps
; RUN: llc < %s -march=x86-64 | grep paddd
; RUN: llc < %s -march=x86-64 | not grep movq
OpenPOWER on IntegriCloud