blob: 248e04fb2f6527bd67c99c74d931d7f7edac645f [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -mcpu=cortex-a57 -save-temps" } */
int
foo (int x)
{
return x * 10;
}
/* { dg-final { scan-assembler-not "\tw1" } } */