mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-05 00:06:07 +00:00
10 lines
161 B
LLVM
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
|
|
}
|