aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/mips/fix-vr4130-1.c
blob: f4eb492e4e46d53fbf20189c32ce48f95463a685 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-march=vr4130 -mfix-vr4130" } */
NOMIPS16 unsigned int
foo (unsigned int x, unsigned int y)
{
  return x % y;
}
/* { dg-final { scan-assembler "\tmacchi\t" } } */