mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
142428ce64
llvm-svn: 81293
11 lines
232 B
LLVM
11 lines
232 B
LLVM
; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | grep ^.L_Z1fv.eh
|
|
; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
|
|
|
|
define void @_Z1fv() {
|
|
entry:
|
|
br label %return
|
|
|
|
return:
|
|
ret void
|
|
}
|