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

9 lines
154 B
LLVM
Raw Normal View History

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