blob: 7a8c716dcb2f6f1b966c6f420a893541224b44cd [file] [log] [blame]
/* Make sure that LEGITIMIZE_ADDRESS is called to handle
negative displacements. */
/* { dg-do compile { target s390-*-* } } */
/* { dg-options "-O2 -mesa" } */
int test (int *addr)
{
return *(addr - 1);
}
/* { dg-final { scan-assembler "-4096" } } */
/* { dg-final { scan-assembler-not "ahi" } } */