Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git] / gcc-4_9 / gcc / testsuite / gcc.target / mips / branch-3.c
blob2eb20e574701f2a608bd589b027f90850340fda4
1 /* { dg-options "-mshared -mabi=32" } */
2 /* { dg-final { scan-assembler "\t\\.cpload\t\\\$25\n" } } */
3 /* { dg-final { scan-assembler "\tjrc?\t\\\$1\n" } } */
4 /* { dg-final { scan-assembler-not "\\.cprestore" } } */
6 #include "branch-helper.h"
8 NOMIPS16 void
9 foo (volatile int *x)
11 if (__builtin_expect (*x == 0, 1))
12 OCCUPY_0x1fffc;