Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / FrontendC / 2007-08-22-CTTZ.c
blob9e74f24cdcb8ae00fd228ce9213731632ba64c41
1 // RUN: %llvmgcc -O2 -S -o - %s | grep {llvm.cttz.i64} | count 2
2 // RUN: %llvmgcc -O2 -S -o - %s | not grep {lshr}
4 int bork(unsigned long long x) {
5 return __builtin_ctzll(x);