From: Sanjay Patel Date: Fri, 6 Mar 2015 21:30:18 +0000 (+0000) Subject: loosen checking for buildbots X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5ff9d3e6ed1255aa73654666ab4533ccf663618f;p=oota-llvm.git loosen checking for buildbots git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231522 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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