1 /* Test that the CIX isa builtins compile. */
2 /* { dg-do link { target alpha*-*-* } } */
3 /* { dg-options "-mcpu=ev67" } */
9 sink
= __builtin_alpha_cttz (x
);
10 sink
= __builtin_alpha_ctlz (x
);
11 sink
= __builtin_alpha_ctpop (x
);
14 int main() { return 0; }