From 5ff9d3e6ed1255aa73654666ab4533ccf663618f Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Fri, 6 Mar 2015 21:30:18 +0000 Subject: [PATCH] loosen checking for buildbots git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231522 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/vec_insert-3.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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