blob: e2b1b5f6baabd53a99c2a5c9fec5d0d743fc5fd5 [file] [log] [blame]
/* { dg-options "-mshared -mabi=n32" } */
/* { dg-final { scan-assembler-not "(\\\$28|%gp_rel|%got)" } } */
/* { dg-final { scan-assembler-not "\tjr\t\\\$1\n" } } */
#include "branch-helper.h"
NOMIPS16 void
foo (int (*bar) (void), int *x)
{
*x = bar ();
if (__builtin_expect (*x == 0, 1))
OCCUPY_0x1fff8;
}