Sign in
swiftshader
/
SwiftShader
/
48456333769d015c677c2a991e8e95b371fb8e4d
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
Generic
/
2007-04-27-InlineAsm-X-Dest.ll
blob: c7dacc4feca80c26f4957314ef19f0afdae10552 [
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
}