[ARM] Fix test armv8_2-fp16-move-1.c
[official-gcc.git] / gcc / testsuite / gcc.target / arm / thumb2-mul-space.c
blob8cf0cb40f41822345c485c85ac01ea225f1942e8
1 /* Use 16-bit multiply instruction in Thumb-2 mode when optimizing for
2 size. */
3 /* { dg-options "-mthumb -Os" } */
4 /* { dg-require-effective-target arm_thumb2_ok } */
5 /* { dg-final { scan-assembler "muls" } } */
7 int f(int i, int j)
9 return i * j;