blob: ab02e88189e280b350d38d052aee5d0af0232e21 [file] [log] [blame]
/* { dg-options "-mshared -mabi=64 -mmicromips" } */
/* { dg-final { scan-assembler-not "(\\\$25|\\\$28|%gp_rel|%got)" } } */
/* { dg-final { scan-assembler-not "\tjrc?\t\\\$1\n" } } */
#include "branch-helper.h"
NOMIPS16 void
foo (volatile int *x)
{
if (__builtin_expect (*x == 0, 1))
OCCUPY_0xfffc;
}