blob: dc16eb50bed66c807218edb65ce647d85769769f [file] [log] [blame]
Andrew Lenharth50d435f2005-05-11 17:23:41 +00001; Make sure this testcase does not use ctpop
2; RUN: llvm-as < %s | llc -march=alpha | grep -i 'ctpop' |wc -l |grep 0
3
4declare ulong %llvm.ctlz(ulong)
5
6implementation ; Functions:
7
8ulong %bar(ulong %x) {
9entry:
10 %tmp.1 = call ulong %llvm.ctlz( ulong %x )
11 ret ulong %tmp.1
12}