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