1 /* Check that the __builtin_memset function is inlined when
2 optimizing for speed. */
3 /* { dg-do compile } */
4 /* { dg-options "-O2" } */
5 /* { dg-skip-if "" { "sh*-*-*" } { "-m5*" } { "" } } */
6 /* { dg-final { scan-assembler-not "jmp" } } */
11 __builtin_memset (dstb
, 0, 15);