1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/CodeGen/X86/2008-01-25-EmptyFunction.ll
2009-09-08 23:54:48 +00:00

9 lines
147 B
LLVM

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