• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s -disable-cfi -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
2
3define void @_Z1fv() {
4entry:
5	br label %return
6
7return:
8	ret void
9}
10