Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
; RUN: llc -march=sparc < %s | grep weak
define weak i32 @func() nounwind {
entry:
ret i32 0
}