Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c23b933d5f8be9b51a1d22e717c0311f65f87dcd
/
.
/
test
/
CodeGen
/
Thumb2
/
inlineasm.ll
blob: 30f28f8f0d5b23953013d22478155a8f46c98788 [
file
] [
log
] [
blame
]
Danil Malyshev
fd39afb
2012-05-09 19:07:04 +0000
[
diff
] [
blame
]
1
; RUN: llc < %s -filetype=obj
2
3
target
triple
=
"thumbv7-none--eabi"
4
5
define
void
@t1
()
nounwind
{
6
entry
:
7
call
void
asm
sideeffect
"mov r0, r1"
,
""
()
nounwind
8
ret
void
9
}