repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
inline-asm-modifier-n.ll
blob
97eac388677b38e584d3f7f2864859626e65237b
1
; RUN: llvm-as < %s | llc -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
}