blob: d9cac9d7e572a9351ce142a79f159d199405286b [file] [log] [blame]
/* Test corner case when LG from literal pool could be preferred to LARL. */
/* { dg-do compile { target { lp64 } } } */
/* { dg-options "-O3 -march=z13" } */
int
a (int b)
{
return b / 100;
/* { dg-final { scan-assembler-not {\n\t\.quad\t\.LC} } } */
}