1 /* { dg-options "-mshared -mabi=64" } */
2 /* { dg-final { scan-assembler-not "(\\\$28|%gp_rel|%got)" } } */
3 /* { dg-final { scan-assembler-not "\tjr\t\\\$1\n" } } */
5 #include "branch-helper.h"
8 foo (int (*bar
) (void), int *x
)
11 if (__builtin_expect (*x
== 0, 1))