llvm-project/llvm/test/CodeGen/X86/2008-01-25-EmptyFunction.ll

9 lines
157 B
LLVM

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