Fix an intrinsic name.
[oota-llvm.git] / test / CodeGen / Alpha / ctlz_e.ll
1 ; Make sure this testcase does not use ctpop
2 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | not grep -i ctpop 
3
4 declare ulong %llvm.ctlz.i64(ulong)
5
6 implementation   ; Functions:
7
8 ulong %bar(ulong %x) {
9 entry:
10         %tmp.1 = call ulong %llvm.ctlz.i64( ulong %x ) 
11         ret ulong %tmp.1
12 }