blob: 6643b4c30f136f940d42cf574774f0dc9e013db0 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -march=x86-64" } */
void
foo (char *c)
{
c[0] = 0;
c[1] = 1;
c[2] = 2;
c[3] = 3;
}
/* { dg-final { scan-assembler-times "movl\[ \\t\]+\\\$50462976," 1 } } */