make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / CodeGen / Alpha / ctlz_e.ll
blob230e096b08d2be1867231512cf4894adf8449a38
1 ; Make sure this testcase does not use ctpop
2 ; RUN: llc < %s -march=alpha | not grep -i ctpop 
4 declare i64 @llvm.ctlz.i64(i64)
6 define i64 @bar(i64 %x) {
7 entry:
8         %tmp.1 = call i64 @llvm.ctlz.i64( i64 %x )              ; <i64> [#uses=1]
9         ret i64 %tmp.1