llvm-6502/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll

9 lines
162 B
LLVM
Raw Normal View History

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