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

7 lines
121 B
LLVM
Raw Normal View History

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