aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/mips/call-2.c
blob: c2fc8eaad12dab8e92a947271be41f6917731c89 (plain)
1
2
3
4
5
6
7
8
9
10
/* See through some simple data-flow.  */
/* { dg-options "-mrelax-pic-calls" } */
/* { dg-final { scan-assembler-times "\\.reloc\t1f,R_MIPS_JALR,g\n1:\tjalrs?\t" 2 } } */

NOMIPS16 f ()
{
  g ();
  g ();
  return 1;
}