[SparcV9]: Use SRL instead of SLL to clear top 32-bits in ctpop:i32. SLL does not...
[oota-llvm.git] / test / CodeGen / SPARC / 2009-08-28-WeakLinkage.ll
1 ; RUN: llc -march=sparc < %s | grep weak
2
3 define weak i32 @func() nounwind {
4 entry:
5   ret i32 0
6 }