X86 byval copies no longer always_inline. <rdar://problem/8706628>
[oota-llvm.git] / test / CodeGen / X86 / byval2.ll
index 71129f5f6c9bcce8258e5802df44b61889b2b4eb..0b6dfc9e90c20b169553813a3163724d3111a7b7 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 { i64, i64, i64, i64, i64, i64, i64, i64,
                    i64, i64, i64, i64, i64, i64, i64, i64,