blob: be48185a86c7335408ceb0086744bfcd5b713bf2 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O2 -march=pentium4" } */
/* { dg-final { scan-assembler-not "imull" } } */
/* Should be done not using imull. */
int t(int x)
{
return x*29;
}