(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
mips/
r10k-cache-barrier-13.c
       1  /* { dg-options "-mr10k-cache-barrier=store" } */
       2  
       3  /* Test that indirect calls are protected.  */
       4  
       5  int bar (int);
       6  
       7  NOMIPS16 void
       8  foo (void (*fn) (void), int x)
       9  {
      10    if (x)
      11      (*fn) ();
      12  }
      13  
      14  /* { dg-final { scan-assembler-times "\tcache\t" 1 } } */