AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
[oota-llvm.git] / test / CodeGen / PowerPC / 2008-12-12-EH.ll
1 ; RUN: llc < %s -disable-cfi -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
2
3 define void @_Z1fv() {
4 entry:
5         br label %return
6
7 return:
8         ret void
9 }