repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lit] Add argument check: --timeout must be non-negative integer
[llvm-core.git]
/
test
/
CodeGen
/
Generic
/
2007-04-27-InlineAsm-X-Dest.ll
blob
0f82ba61b28821afb74277c10afe4c2deb7f9316
1
; RUN: llc -no-integrated-as < %s
2
3
; Test that we can have an "X" output constraint.
4
5
define void @test(i16 * %t) {
6
call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
7
ret void
8
}