mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-22 07:32:48 +00:00
9 lines
214 B
LLVM
9 lines
214 B
LLVM
|
; RUN: llvm-as < %s | llc -march=x86 | grep { 37}
|
||
|
; rdar://7008959
|
||
|
|
||
|
define void @bork() nounwind {
|
||
|
entry:
|
||
|
tail call void asm sideeffect "BORK ${0:n}", "i,~{dirflag},~{fpsr},~{flags}"(i32 -37) nounwind
|
||
|
ret void
|
||
|
}
|