diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2015-03-06 21:30:18 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2015-03-06 21:30:18 +0000 |
| commit | 4593045f01f536130ff1652568ebb44a7f5953a9 (patch) | |
| tree | 5a473f8380e29744e9bb35b4f36de4e590928b25 | |
| parent | 3fd51f3c4dd265fcc7e524feeb8e61abfb2436d1 (diff) | |
| download | bcm5719-llvm-4593045f01f536130ff1652568ebb44a7f5953a9.tar.gz bcm5719-llvm-4593045f01f536130ff1652568ebb44a7f5953a9.zip | |
loosen checking for buildbots
llvm-svn: 231522
| -rw-r--r-- | llvm/test/CodeGen/X86/vec_insert-3.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vec_insert-3.ll b/llvm/test/CodeGen/X86/vec_insert-3.ll index 19f1bc1d36c..75244ae0b71 100644 --- a/llvm/test/CodeGen/X86/vec_insert-3.ll +++ b/llvm/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 |

