Fix sdisel memcpy, memset, memmove lowering:
[oota-llvm.git] / test / CodeGen / X86 / memset64-on-x86-32.ll
index da8fc51da8e1d2ac20125c9ed539c956944e75da..8b817b49eec700c46a09a7560f13f4675becc149 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin | grep stosl
+; RUN: llc < %s -mtriple=i386-apple-darwin | grep movl | count 20
 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep movq | count 10
 
 define void @bork() nounwind {