Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / branch-12.c
blob4aef160ade8a13a6dcb8356d43d5c31878114523
1 /* { dg-options "-mshared -mabi=64" } */
2 /* { dg-final { scan-assembler-not "(\\\$28|%gp_rel|%got)" } } */
3 /* { dg-final { scan-assembler-not "\tjr\t\\\$1\n" } } */
5 #include "branch-helper.h"
7 NOMIPS16 void
8 foo (int (*bar) (void), int *x)
10 *x = bar ();
11 if (__builtin_expect (*x == 0, 1))
12 OCCUPY_0x1fff8;