Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
mips
/
r10k-cache-barrier-13.c
blob: ee9c84b59882a3af9e5fcb8cee2ff972d2741fe0 [
file
] [
log
] [
blame
]
/* { dg-options "-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 } } */