mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 23:37:39 +00:00
9 lines
147 B
LLVM
9 lines
147 B
LLVM
; RUN: llc < %s -march=x86 | grep nop
|
|
target triple = "i686-apple-darwin8"
|
|
|
|
|
|
define void @bork() noreturn nounwind {
|
|
entry:
|
|
unreachable
|
|
}
|