diff --git a/test/CodeGen/X86/vec_insert-3.ll b/test/CodeGen/X86/vec_insert-3.ll index 19f1bc1d36c..75244ae0b71 100644 --- a/test/CodeGen/X86/vec_insert-3.ll +++ b/test/CodeGen/X86/vec_insert-3.ll @@ -2,8 +2,7 @@ define <2 x i64> @t1(i64 %s, <2 x i64> %tmp) nounwind { ; CHECK-LABEL: t1: -; CHECK: movd -; CHECK-NEXT: punpcklqdq +; CHECK: punpcklqdq ; CHECK-NEXT: retq %tmp1 = insertelement <2 x i64> %tmp, i64 %s, i32 1