aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/mips/mmcount-ra-address-1.c
blob: 3d07939ca59f142d99e1ed4df232b6caf890db8f (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-pg -mmcount-ra-address -mabi=64" } */
/* { dg-final { scan-assembler "\tmove\t\\\$12,\\\$0" } } */
NOMIPS16 int bazl(int i)
{
  return i + 2;
}