mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00: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
|
||
|
}
|