blob: 610d6cc1d1dc2b2e505d2d71b7d2fa1a67a482c1 [file] [log] [blame]
Andrew Lenharth14197112005-05-04 15:20:16 +00001; Make sure this testcase codegens to the bic instruction
2; RUN: llvm-as < %s | llc -march=alpha -enable-alpha-CT | grep 'ctpop'
3
4declare long %llvm.ctpop(long)
5
6implementation ; Functions:
7
8long %bar(long %x) {
9entry:
10 %tmp.1 = call long %llvm.ctpop( long %x )
11 ret long %tmp.1
12}