2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / gcc.target / arm / no-wmla-1.c
blob1be162e055287eb59826415af1185421c8bda80c
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-require-effective-target arm_dsp } */
5 int
6 foo (int a, short b, short c)
8 int bc = b * c;
9 return a + (short)bc;
12 /* { dg-final { scan-assembler "\tmul\t" } } */