summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-04-12 02:35:39 +0000
committerDan Gohman <gohman@apple.com>2008-04-12 02:35:39 +0000
commit8c7cf88f7ea574d5c3831e0c50655e5ab60af85d (patch)
treef1696fdd7396a48b8fa494a509c28f9c4aa7b0d9 /llvm/test
parentdfd52220d7c384e8a31bdc5f0540b9b4cf9b69e3 (diff)
downloadbcm5719-llvm-8c7cf88f7ea574d5c3831e0c50655e5ab60af85d.tar.gz
bcm5719-llvm-8c7cf88f7ea574d5c3831e0c50655e5ab60af85d.zip
Fix a bug that prevented x86-64 from using rep.movsq for
8-byte-aligned data. llvm-svn: 49571
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/byval2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/byval2.ll b/llvm/test/CodeGen/X86/byval2.ll
index d017aa5fa33..f438160bdaa 100644
--- a/llvm/test/CodeGen/X86/byval2.ll
+++ b/llvm/test/CodeGen/X86/byval2.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep rep.movsl | count 2
+; RUN: llvm-as < %s | llc -march=x86-64 | grep rep.movsq | count 2
; RUN: llvm-as < %s | llc -march=x86 | grep rep.movsl | count 2
%struct.s = type { i64, i64, i64 }
OpenPOWER on IntegriCloud