blob: 9d7c44c95a10e5934940c0acb36d8a88af151b2f [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; Make sure this testcase does not use ctpop
2; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | not grep -i ctpop
3
4declare ulong %llvm.ctlz.i64(ulong)
5
6implementation ; Functions:
7
8ulong %bar(ulong %x) {
9entry:
10 %tmp.1 = call ulong %llvm.ctlz.i64( ulong %x )
11 ret ulong %tmp.1
12}