Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
sh
/
sh2a-jsrn.c
blob: 62e312859b630e4f9e192d93318118a321bb1999 [
file
] [
log
] [
blame
]
/* Testcase to check generation of a SH2A specific instruction for
'JSR/N @Rm'. */
/* { dg-do compile { target { sh2a } } } */
/* { dg-options "-O0" } */
/* { dg-final { scan-assembler "jsr/n"} } */
void
foo
(
void
)
{
}
void
bar
()
{
foo
();
}