Sign in
ara-mdk
/
platform
/
external
/
llvm
/
7e6274dc66895c11a5743dad7d95a2a255819f91
/
.
/
test
/
CodeGen
/
Generic
/
2007-04-27-InlineAsm-X-Dest.ll
blob: af522dc4c58d1f6e4238c4c0a0538e3e446f46a7 [
file
] [
log
] [
blame
]
; RUN: llc < %s
; Test that we can have an "X" output constraint.
define
void
@test
(
i16
*
%t
)
{
call
void
asm
sideeffect
"foo $0"
,
"=*X,~{dirflag},~{fpsr},~{flags},~{memory}"
(
i16
*
%t
)
ret
void
}