1 ; RUN: llc < %s -march=sparc -mattr=v9 -enable-sparc-v9-insts
2 ; RUN: llc < %s -march=sparc -mattr=-v9 | \
4 ; RUN: llc < %s -march=sparc -mattr=v9 -enable-sparc-v9-insts | grep popc
6 declare i32 @llvm.ctpop.i32(i32)
8 define i32 @test(i32 %X) {
9 %Y = call i32 @llvm.ctpop.i32( i32 %X ) ; <i32> [#uses=1]