Make sure to replace the chain properly when DAGCombining a LOAD+EXTRACT_VECTOR_ELT...
[oota-llvm.git] / test / CodeGen / X86 / vec_extract-sse4.ll
index f4876543d329a083db3933dd944a573c291e3dbb..42d7f27f7d606b4967166b77f8a555f98182e3e9 100644 (file)
@@ -2,7 +2,7 @@
 ; RUN: not grep extractps   %t
 ; RUN: not grep pextrd      %t
 ; RUN: not grep pshufd  %t
-; RUN: grep movss   %t | count 2
+; RUN: not grep movss   %t
 
 define void @t1(float* %R, <4 x float>* %P1) nounwind {
        %X = load <4 x float>* %P1