summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/2008-12-12-EH.ll
blob: 21218f55f039b581c4d8ea0b5269bfbe86e7cec3 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | grep ^.L_Z1fv.eh
; RUN: llvm-as < %s | llc  -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh

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

return:
	ret void
}
OpenPOWER on IntegriCloud