blob: 5050669070e8aa0c1756855a2ec7e9a4586c8d53 [file] [log] [blame]
/* { dg-options "-mshared -mabi=32 -mmicromips" } */
/* { dg-final { scan-assembler-not "(\\\$28|cpload|cprestore)" } } */
/* { dg-final { scan-assembler-not "\tjrc?\t\\\$1\n" } } */
#include "branch-helper.h"
NOMIPS16 void
foo (int (*bar) (void), int *x)
{
*x = bar ();
if (__builtin_expect (*x == 0, 1))
OCCUPY_0xfffc;
}