Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
llvm
/
test
/
CodeGen
/
AVR
/
inline-asm
/
inline-asm2.ll
blob: ab4219c81f5207a5e9c6170dc62a2ee4457e8e3c [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=avr -no-integrated-as | FileCheck %s
; CHECK-LABEL: foo
define
void
@foo
(
i16
%a
)
{
call
void
asm
sideeffect
"add $0, $0"
,
"Z"
(
i16
%a
)
nounwind
ret
void
}