Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
arm
/
peep-strd-2.c
blob: bfc5ebe9eec34c7edad6654941c6554efaf8f2cf [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-require-effective-target arm_prefer_ldrd_strd } */
/* { dg-options "-O2 -mno-unaligned-access" } */
void
foo
(
int
a
,
int
b
,
int
*
p
)
{
p
[
2
]
=
a
;
p
[
3
]
=
b
;
}
/* { dg-final { scan-assembler-not "strd\\t" } } */