Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / r3900-mult.c
blob4dc2b003f358080c0e001cf36f10920a89a66632
1 /* { dg-do compile } */
2 /* { dg-options "-march=r3900" } */
3 /* { dg-final { scan-assembler "\tmult\t\[^\n\]*,\[^\n\]*," } } */
5 NOMIPS16 int
6 f (int a, int b)
8 return a * b;