summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/aarch64/mult-synth_5.c
blob: 248e04fb2f6527bd67c99c74d931d7f7edac645f (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-O2 -mcpu=cortex-a57 -save-temps" } */

int
foo (int x)
{
  return x * 10;
}

/* { dg-final { scan-assembler-not "\tw1" } } */