summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_cast-5.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/widen_cast-5.ll')
-rw-r--r--test/CodeGen/X86/widen_cast-5.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/widen_cast-5.ll b/test/CodeGen/X86/widen_cast-5.ll
index 136578df1e..9086d3a9cf 100644
--- a/test/CodeGen/X86/widen_cast-5.ll
+++ b/test/CodeGen/X86/widen_cast-5.ll
@@ -1,9 +1,8 @@
; RUN: llc < %s -march=x86 -mattr=+sse42 | FileCheck %s
; CHECK: movl
-; CHECK: movd
+; CHECK: movlpd
; bitcast a i64 to v2i32
-
define void @convert(<2 x i32>* %dst.addr, i64 %src) nounwind {
entry:
%conv = bitcast i64 %src to <2 x i32>