mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-28 22:42:52 +01:00
7 lines
119 B
LLVM
7 lines
119 B
LLVM
; RUN: llvm-as < %s | llc -march=x86 | grep nop
|
|
|
|
define void @bork() noreturn nounwind {
|
|
entry:
|
|
unreachable
|
|
}
|