llvm-6502/test/CodeGen/PowerPC/2008-12-12-EH.ll
2011-05-02 15:42:31 +00:00

10 lines
149 B
LLVM

; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
define void @_Z1fv() {
entry:
br label %return
return:
ret void
}