9 lines
153 B
LLVM
9 lines
153 B
LLVM
; RUN: llc < %s -march=x86 | grep {.byte 0}
|
|
target triple = "i686-apple-darwin8"
|
|
|
|
|
|
define void @bork() noreturn nounwind {
|
|
entry:
|
|
unreachable
|
|
}
|