llvm-6502/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
2008-01-29 06:26:07 +00:00

9 lines
162 B
LLVM

; RUN: llvm-as < %s | llc -march=ppc32 | grep nop
target triple = "powerpc-apple-darwin8"
define void @bork() noreturn nounwind {
entry:
unreachable
}