blob: a69b60feaf4ec370f1f1eec9deb2ea36fb968e49 [file] [log] [blame]
/* { dg-do compile { target { ! ia32 } } } */
/* { dg-options "-O2" } */
#include <string.h>
void *p (void *x, void *y, int z)
{
memcpy (x, y, z);
return x;
}
/* { dg-final { scan-assembler-not "%\[re\]di" } } */