1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-15 20:29:48 +00:00
llvm-6502/test/CodeGen/X86/2008-01-25-EmptyFunction.ll
2008-01-29 06:26:07 +00:00

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
}