Remove not needed __builtin_expect due to malloc predictor.
[official-gcc.git] / gcc / testsuite / gcc.target / sh / sh2a-jsrn.c
blob62e312859b630e4f9e192d93318118a321bb1999
1 /* Testcase to check generation of a SH2A specific instruction for
2 'JSR/N @Rm'. */
3 /* { dg-do compile { target { sh2a } } } */
4 /* { dg-options "-O0" } */
5 /* { dg-final { scan-assembler "jsr/n"} } */
7 void foo(void)
11 void bar()
13 foo();