]> git.wh0rd.org - ICEs.git/blob - 137999/ice.i.ok
1715b238fa41307198e0575fbb457b98ac0fdf38
[ICEs.git] / 137999 / ice.i.ok
1 unsigned int foo(unsigned long int x) {
2 if (x == 0) return 8;
3 else return __builtin_clzl((int)x << x);
4 }