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