Do not emit intermediate register for zero FP immediate
[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 }