blob: a2a5e9e39641fe6efeb0a90434e549f565ededc6 [file] [log] [blame]
; RUN: llc < %s -disable-cfi -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
define void @_Z1fv() {
entry:
br label %return
return:
ret void
}