2014-10-24 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git] / gcc / testsuite / gcc.target / sh / memset.c
blob4695db3aefaf882dcceca7a77efea5d869c9b7d1
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" } } */
8 void
9 test00(char *dstb)
11 __builtin_memset (dstb, 0, 15);