aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vshift-1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/vshift-1.ll')
-rw-r--r--test/CodeGen/X86/vshift-1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vshift-1.ll b/test/CodeGen/X86/vshift-1.ll
index 7ad5706592e4..c9a34de12369 100644
--- a/test/CodeGen/X86/vshift-1.ll
+++ b/test/CodeGen/X86/vshift-1.ll
@@ -39,7 +39,7 @@ define void @shift1b(<2 x i64> %val, <2 x i64>* %dst, i64 %amt) nounwind {
;
; X64-LABEL: shift1b:
; X64: # BB#0: # %entry
-; X64-NEXT: movd %rsi, %xmm1
+; X64-NEXT: movq %rsi, %xmm1
; X64-NEXT: psllq %xmm1, %xmm0
; X64-NEXT: movdqa %xmm0, (%rdi)
; X64-NEXT: retq