aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/powerpc/block-cmp-3.c
blob: c7e853ad593101ee6d2b4fb67485a2270d87bd4a (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-Os" } */
/* { dg-final { scan-assembler-times {\mb[l]? memcmp\M} 1 } }  */

int foo (const char* s1, const char* s2)
{
  return __builtin_memcmp (s1, s2, 4);
}