summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/mips/r10k-cache-barrier-13.c
blob: 3e955abf549bc7100f04e574c4826138b7b9ed7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-options "-O2 -mr10k-cache-barrier=store" } */

/* Test that indirect calls are protected.  */

int bar (int);

NOMIPS16 void
foo (void (*fn) (void), int x)
{
  if (x)
    (*fn) ();
}

/* { dg-final { scan-assembler-times "\tcache\t" 1 } } */