summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/mips/branch-2.c
blob: 845e7481729f1ecd5f4c87f788b9d78042cc660a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-options "-mabicalls -mshared -mabi=32" } */
/* { dg-final { scan-assembler-not "(\\\$25|\\\$28|cpload)" } } */
/* { dg-final { scan-assembler-not "\tjr\t\\\$1\n" } } */
/* { dg-final { scan-assembler-not "cprestore" } } */

#include "branch-helper.h"

NOMIPS16 void
foo (volatile int *x)
{
  if (__builtin_expect (*x == 0, 1))
    OCCUPY_0x1fff8;
}