llvm-6502/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
Bill Wendling c79348d8dc Need to convert to LLVM code and not C.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46397 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-26 06:56:08 +00:00

7 lines
121 B
LLVM

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