repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs in register stack pass.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
inline-asm-modifier-n.ll
blob
5e76b6c0580e9dfcc5219da2e5aeffba351f2c40
1
; RUN: llc < %s -march=x86 | grep { 37}
2
; rdar://7008959
3
4
define void @bork() nounwind {
5
entry:
6
tail call void asm sideeffect "BORK ${0:n}", "i,~{dirflag},~{fpsr},~{flags}"(i32 -37) nounwind
7
ret void
8
}