summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/mips/pr55315.c
blob: c3f833293068f63b8af9efbb2cef2c882123d8f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */

int data[4096];

int
f (void)
{
  return (((unsigned int) &data[0]) == 0xdeadbea0U);
}

/* { dg-final { scan-assembler-not "\tmove\t\\\$2,\\\$0" } } */