X86 byval copies no longer always_inline. <rdar://problem/8706628>
[oota-llvm.git] / test / CodeGen / X86 / byval3.ll
index 504e0bed791680e8fa997acd298a85dcfed60688..29cb41c176fcac833f26cfb6f93ec2f406185a09 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86-64 | grep rep.movsq | count 2
-; RUN: llc < %s -march=x86 | grep rep.movsl | count 2
+; RUN: llc < %s -march=x86-64 | egrep {rep.movsq|memcpy} | count 2
+; RUN: llc < %s -march=x86 | egrep {rep.movsl|memcpy} | count 2
 
 %struct.s = type { i32, i32, i32, i32, i32, i32, i32, i32,
                    i32, i32, i32, i32, i32, i32, i32, i32,