summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2008-12-12-EH.ll
blob: a2a5e9e39641fe6efeb0a90434e549f565ededc6 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llc < %s -disable-cfi -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh

define void @_Z1fv() {
entry:
	br label %return

return:
	ret void
}