blob: dc094180c85092febd18be7eef2887e6f1d7640f [file] [log] [blame]
/* { dg-options "-O2" } */
/* { dg-require-effective-target arm32 } */
/* { dg-final { scan-assembler-not "mov" } } */
void t0p(long long * p)
{
*p += 0x100000001;
}