blob: 57552efe7a27921c6bed4e7221fe45983d486d3f [file] [log] [blame]
/* { dg-do compile { target ia32 } } */
/* { dg-options "-O2" } */
void foo (long long ixi)
{
if (ixi != 14348907)
__builtin_abort ();
}
/* { dg-final { scan-assembler-times "mov" 1 { target nonpic } } } */
/* get_pc_thunk adds an extra mov insn. */
/* { dg-final { scan-assembler-times "mov" 2 { target { ! nonpic } } } } */