blob: 59b7e847700e033669a2f6205dfcee1c04557a1e [file] [log] [blame]
/* PR target/90552 *
/* { dg-do compile } */
/* { dg-options "-Os" } */
__attribute__((optimize(2)))
int foo (int x)
{
return x / 3;
}
/* { dg-final { scan-assembler-not "idiv" } } */