2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / branch-2.c
blob6409c4cc509e03154c31d1725b93253b33506d24
1 /* { dg-options "-mshared -mabi=32" } */
2 /* { dg-final { scan-assembler-not "(\\\$25|\\\$28|cpload)" } } */
3 /* { dg-final { scan-assembler-not "\tjr\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_0x1fff8;