1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/CodeGen/PowerPC/2008-12-12-EH.ll
Rafael Espindola 339ecf7100 Add 130690 back.
llvm-svn: 130693
2011-05-02 15:58:16 +00:00

10 lines
161 B
LLVM

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