summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/mmx-bitcast-to-i64.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2009-08-03 05:21:05 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2009-08-03 05:21:05 +0000
commit8d632c1e984c1d2810e0e78a73977fdb0b23e125 (patch)
tree78f39454ca7333d77c23686bf38d0c4c0c8667e3 /test/CodeGen/X86/mmx-bitcast-to-i64.ll
parent05084716c13b4ea79ea29528dcb3c3f8a5271638 (diff)
downloadllvm-8d632c1e984c1d2810e0e78a73977fdb0b23e125.tar.gz
llvm-8d632c1e984c1d2810e0e78a73977fdb0b23e125.tar.bz2
llvm-8d632c1e984c1d2810e0e78a73977fdb0b23e125.tar.xz
Use movd instead of movq
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/mmx-bitcast-to-i64.ll')
-rw-r--r--test/CodeGen/X86/mmx-bitcast-to-i64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/mmx-bitcast-to-i64.ll b/test/CodeGen/X86/mmx-bitcast-to-i64.ll
index 04c4dd0566..c6bb48927b 100644
--- a/test/CodeGen/X86/mmx-bitcast-to-i64.ll
+++ b/test/CodeGen/X86/mmx-bitcast-to-i64.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep movq | count 8
+; RUN: llvm-as < %s | llc -march=x86-64 | grep movd | count 4
define i64 @foo(<1 x i64>* %p) {
%t = load <1 x i64>* %p