2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / gcc.target / arm / wmul-11.c
blob904f0153a8e80811b74a3eb78dbd90c1154be7a9
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-require-effective-target arm_dsp } */
5 long long
6 foo (int *b)
8 return 10 * (long long)*b;
11 /* { dg-final { scan-assembler "smull" } } */