summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/aarch64/mult-synth_6.c
blob: 0c7ede94685202872bb54b3eceae7f5743c5ea6c (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 * 20;
}

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