| /* { dg-options "-mshared -mabi=32 -mmicromips" } */ | |
| /* { 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_0xfffc; | |
| } |