c++: normalizing ttp constraints [PR115656]
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / block-cmp-3.c
blobc7e853ad593101ee6d2b4fb67485a2270d87bd4a
1 /* { dg-do compile } */
2 /* { dg-options "-Os" } */
3 /* { dg-final { scan-assembler-times {\mb[l]? memcmp\M} 1 } } */
5 int foo (const char* s1, const char* s2)
7 return __builtin_memcmp (s1, s2, 4);