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
Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
2007-04-27-InlineAsm-X-Dest.ll
blob
af522dc4c58d1f6e4238c4c0a0538e3e446f46a7
1
; RUN: llc < %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
}