Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
9b4b00ad436daeac6f97f77e9b5a3cc67ada150c
/
.
/
test
/
CodeGen
/
ARM
/
2009-07-09-asm-p-constraint.ll
blob: ea502cd3008fdbffe30070b6d2bbe90623259891 [
file
] [
log
] [
blame
]
Bob Wilson
9b4b00a
2009-07-09 23:54:51 +0000
[
diff
] [
blame^
]
1
; RUN: llvm-as < %s | llc -march=arm -mattr=+v6
2
3
define
void
@test
(
i8
*
%x
)
nounwind
{
4
entry
:
5
call
void
asm
sideeffect
"pld\09${0:a}"
,
"r,~{cc}"
(
i8
*
%x
)
nounwind
6
ret
void
7
}