blob: 612c3032de119294c0bf14b56b45922efa002809 [file] [log] [blame]
/* Testcase to check generation of a SH2A specific instruction for
'RTS/N'. */
/* { dg-do assemble } */
/* { dg-options "-O0" } */
/* { dg-skip-if "" { "sh*-*-*" } "*" "-m2a -m2a-nofpu -m2a-single -m2a-single-only" } */
/* { dg-final { scan-assembler "rts/n"} } */
void
bar (void)
{
}