blob: 582c8a2d4dbc9152eec7ba8b8202bc1549a3f785 [file] [log] [blame]
/* { dg-options "-mthumb -O2" } */
/* { dg-require-effective-target arm_thumb1_ok } */
/* { dg-final { scan-assembler-not "add\[\\t \]*r.,\[\\t \]*r.,\[\\t \]*\#1" } } */
/* { dg-final { scan-assembler-not "add\[\\t \]*r.,\[\\t \]*\#1" } } */
#include <string.h>
int foo (char *x)
{
memset (x, 0, 6);
}