Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git] / gcc-4_9 / gcc / testsuite / gcc.target / mips / branch-4.c
blobdf82c5d9ddd7a9571f54013221d6bb62010ad786
1 /* { dg-options "-mshared -mabi=n32" } */
2 /* { dg-final { scan-assembler-not "(\\\$25|\\\$28|%gp_rel|%got)" } } */
3 /* { dg-final { scan-assembler-not "\tjrc?\t\\\$1\n" } } */
5 #include "branch-helper.h"
7 NOMIPS16 void
8 foo (volatile int *x)
10 if (__builtin_expect (*x == 0, 1))
11 OCCUPY_0x1fff8;