blob: 2601ced5cff3aa631d3659e60c57b12c931910f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* Testcase to check generation of a SH2A specific instruction for
'RTS/N'. */
/* { dg-do assemble {target sh*-*-*}} */
/* { dg-options "-O0" } */
/* { dg-skip-if "" { "sh*-*-*" } "*" "-m2a -m2a-nofpu -m2a-single -m2a-single-only" } */
/* { dg-final { scan-assembler "rts/n"} } */
void
bar (void)
{
}
|